Skip to content

Commit

Permalink
Remove unused AccountCircle
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikandersen committed Dec 5, 2024
1 parent b767296 commit ad394d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/encrypt/view/EncryptionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { useState } from 'react'
import { Box, Button, Snackbar, TextField, Tooltip, InputAdornment } from '@mui/material'
import { styled } from '@mui/material/styles'
import AccountCircle from '@mui/icons-material/AccountCircle';
import { encrypt } from "./encryptAction"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
import { faClipboard } from "@fortawesome/free-regular-svg-icons"
Expand Down

0 comments on commit ad394d4

Please sign in to comment.