Skip to content

Commit e935634

Browse files
committed
chore: cleanup
1 parent 4942623 commit e935634

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed
File renamed without changes.

src/components/Modals/ExportModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ async function encrypt(plaintext: string, password: string) {
189189
}
190190

191191
// Unused for now, but make a new modal that can decrypt.
192+
// @ts-ignore
192193
async function aesGcmDecrypt(ciphertext: string, password: string) {
193194
const pwUtf8 = new TextEncoder().encode(password); // encode password as UTF-8
194195
const pwHash = await crypto.subtle.digest("SHA-256", pwUtf8); // hash the password

src/pages/Home/components/Card.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
Group,
88
Paper,
99
Stack,
10-
Table,
1110
Text,
1211
Title,
1312
Tooltip,

src/pages/Home/components/Navbar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ import {
55
Menu,
66
Stack,
77
TextInput,
8-
ThemeIcon,
98
rem,
109
useMantineColorScheme,
1110
} from "@mantine/core";
1211
import {
1312
IconBrandDaysCounter,
1413
IconCalendar,
1514
IconSettings,
16-
IconSort09,
1715
IconSortAZ,
1816
IconSortAscending,
1917
IconSortAscending2,

0 commit comments

Comments
 (0)