mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 06:02:00 +02:00
Move some things around
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
||||
import { listen } from '@tauri-apps/api/event';
|
||||
import { MotionConfig } from 'framer-motion';
|
||||
import init, { greet } from 'hello';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import { HelmetProvider } from 'react-helmet-async';
|
||||
@@ -21,8 +20,8 @@ import { Workspaces } from './pages/Workspaces';
|
||||
setAppearance();
|
||||
|
||||
// WASM stuff
|
||||
await init();
|
||||
greet();
|
||||
// await init();
|
||||
// greet();
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user