mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
feat(admin): init project (#7197)
This commit is contained in:
@@ -7,8 +7,12 @@
|
||||
"./app": "./src/app.tsx",
|
||||
"./router": "./src/router.tsx",
|
||||
"./bootstrap/register-plugins": "./src/bootstrap/register-plugins.ts",
|
||||
"./hooks/*": "./src/hooks/*",
|
||||
"./*": "./src/*"
|
||||
},
|
||||
"sideEffects": [
|
||||
"./src/**/*.css"
|
||||
],
|
||||
"dependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine/component": "workspace:*",
|
||||
|
||||
@@ -2,7 +2,7 @@ import { appSettingAtom } from '@toeverything/infra';
|
||||
import { useAtomValue } from 'jotai/react';
|
||||
import { useLayoutEffect } from 'react';
|
||||
|
||||
import { mixpanel } from './utils';
|
||||
import { mixpanel } from './utils/mixpanel';
|
||||
|
||||
export function Telemetry() {
|
||||
const settings = useAtomValue(appSettingAtom);
|
||||
|
||||
Reference in New Issue
Block a user