diff --git a/src/components/NotesList.tsx b/src/components/NotesList.tsx index 8e677e9..a73818b 100644 --- a/src/components/NotesList.tsx +++ b/src/components/NotesList.tsx @@ -1,6 +1,5 @@ import React from 'react'; import { Note } from '../types'; -import { categoryColorsSync } from '../services/categoryColorsSync'; import { SyncStatus } from '../services/syncManager'; import { categoryColorsSync } from '../services/categoryColorsSync';