mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Start of themes
This commit is contained in:
@@ -13,11 +13,11 @@ import { requestsQueryKey } from './hooks/useRequest';
|
||||
import { responsesQueryKey } from './hooks/useResponses';
|
||||
import type { HttpRequest, HttpResponse } from './lib/models';
|
||||
import { convertDates } from './lib/models';
|
||||
import { setTheme } from './lib/theme';
|
||||
import { setAppearance } from './lib/theme/window';
|
||||
import './main.css';
|
||||
import { Workspaces } from './pages/Workspaces';
|
||||
|
||||
setTheme();
|
||||
setAppearance();
|
||||
|
||||
// WASM stuff
|
||||
await init();
|
||||
|
||||
Reference in New Issue
Block a user