mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 02:56:23 +08:00
refactor(core): adjust core struct (#8218)
packages/frontend/core/src hooks -> components/hooks atoms -> components/atoms layouts -> components/layouts providers -> components/providers mixpanel -> @affine/track ~~shared~~ ~~unexpected-application-state~~
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Toaster } from '@affine/admin/components/ui/sonner';
|
||||
import { Telemetry } from '@affine/core/telemetry';
|
||||
import { wrapCreateBrowserRouter } from '@sentry/react';
|
||||
import { useEffect } from 'react';
|
||||
import {
|
||||
@@ -113,7 +112,6 @@ export const router = _createBrowserRouter(
|
||||
export const App = () => {
|
||||
return (
|
||||
<TooltipProvider>
|
||||
<Telemetry />
|
||||
<SWRConfig
|
||||
value={{
|
||||
revalidateOnFocus: false,
|
||||
|
||||
Reference in New Issue
Block a user