mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
refactor(core): replace WorkspaceSubPath in env package with the one in core package (#5537)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { WorkspaceSubPath } from '@affine/env/workspace';
|
||||
import type { WorkspaceSubPath } from '@affine/core/shared';
|
||||
import { useCallback, useMemo } from 'react';
|
||||
import {
|
||||
type NavigateOptions,
|
||||
|
||||
Reference in New Issue
Block a user