bigwolfe commited on
Commit
0c41143
·
1 Parent(s): c5b6c1c

Update widget component

Browse files
Files changed (1) hide show
  1. frontend/src/widget.tsx +1 -1
frontend/src/widget.tsx CHANGED
@@ -4,7 +4,7 @@ import './index.css';
4
  import { NoteViewer } from '@/components/NoteViewer';
5
  import { SearchWidget } from '@/components/SearchWidget';
6
  import type { Note } from '@/types/note';
7
- import type { SearchResult } => '@/types/search';
8
  import { Loader2, AlertTriangle } from 'lucide-react';
9
 
10
  // Mock window.openai for development
 
4
  import { NoteViewer } from '@/components/NoteViewer';
5
  import { SearchWidget } from '@/components/SearchWidget';
6
  import type { Note } from '@/types/note';
7
+ import type { SearchResult } from '@/types/search';
8
  import { Loader2, AlertTriangle } from 'lucide-react';
9
 
10
  // Mock window.openai for development