Skip to content

Commit 1c323ca

Browse files
committed
fix for tsc.
1 parent b46d81c commit 1c323ca

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/renderer/src/components/note-card.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
AlertDialogAction,
1111
AlertDialogCancel,
1212
AlertDialogContent,
13-
AlertDialogDescription,
1413
AlertDialogFooter,
1514
AlertDialogHeader,
1615
AlertDialogTitle,

src/renderer/src/lib/atoms/notes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { atom } from 'jotai'
2-
import { Note } from '../types'
2+
import { Note } from '../../../../types'
33
import { leavepadStore } from '@renderer/main'
44

55
export const notesAtom = atom<Note[]>([])

src/renderer/src/lib/atoms/tabs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { atom } from 'jotai'
2-
import { NoteTab } from '../types'
2+
import { NoteTab } from '../../../../types'
33
import { clearCurrentNote } from './notes'
44
import { leavepadStore } from '@renderer/main'
55

0 commit comments

Comments
 (0)