Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Mar 23, 2024
1 parent 7a3cc4e commit c5fd53e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/frontend/core/src/providers/modal-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ import { WorkspaceManager } from '@toeverything/infra';
import { useService } from '@toeverything/infra/di';
import { useLiveData } from '@toeverything/infra/livedata';
import { useAtom } from 'jotai';
import { lazy, type ReactElement, Suspense, useCallback } from 'react';
import {
lazy,
type ReactElement,
Suspense,
useCallback,
useEffect,
} from 'react';

import {
authAtom,
Expand Down

0 comments on commit c5fd53e

Please sign in to comment.