Hook up theme and clear responses

This commit is contained in:
Gregory Schier
2023-02-24 12:13:30 -08:00
parent 43f1c7caf6
commit 3fd8cd5713
10 changed files with 154 additions and 155 deletions
+4 -1
View File
@@ -4,10 +4,13 @@ import App from './App';
import { HelmetProvider } from 'react-helmet-async';
import { MotionConfig } from 'framer-motion';
import init, { greet } from 'hello';
import { invoke } from '@tauri-apps/api'
import { invoke } from '@tauri-apps/api';
import { setTheme } from './lib/theme';
import './main.css';
setTheme();
await init();
greet();
await invoke('load_db');