mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 02:35:58 +08:00
style: restrict type import (#1589)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { useSetAtom } from 'jotai';
|
||||
import React, { ReactNode } from 'react';
|
||||
import type { ReactNode } from 'react';
|
||||
import type React from 'react';
|
||||
|
||||
import { openQuickSearchModalAtom } from '../../../atoms';
|
||||
import Header from '../../blocksuite/header/header';
|
||||
|
||||
Reference in New Issue
Block a user