mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 05:36:00 +02:00
fix all imports for new structure
This commit is contained in:
@@ -9,9 +9,9 @@ import { createRoot } from 'react-dom/client';
|
||||
import 'overlayscrollbars/overlayscrollbars.css';
|
||||
|
||||
import './styles/overlayscrollbars.css';
|
||||
import { queryClient } from './lib/react-query';
|
||||
|
||||
import { App } from '/@/renderer/app';
|
||||
import { queryClient } from '/@/renderer/lib/react-query';
|
||||
|
||||
function createIDBPersister(idbValidKey: IDBValidKey = 'reactQuery') {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user