mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-22 16:57:00 +08:00
style: restrict type import (#1589)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { NextRouter } from 'next/router';
|
||||
import type { NextRouter } from 'next/router';
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import { WorkspaceSubPath } from '../shared';
|
||||
import type { WorkspaceSubPath } from '../shared';
|
||||
|
||||
export const enum RouteLogic {
|
||||
REPLACE = 'replace',
|
||||
|
||||
Reference in New Issue
Block a user