Skip to content

Commit e019f51

Browse files
committed
nit
1 parent 451d579 commit e019f51

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/app/src/app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export function App() {
2020
const [preferences, setPreferences] = useState(loadPreferences);
2121
useEffect(() => savePreferences(preferences), [preferences]);
2222

23-
// TODO: probably do something with model stuff
2423
const [modelFiles, setModelFiles] = useState<
2524
Partial<Record<ModelFilename, File>>
2625
>({});

0 commit comments

Comments
 (0)