mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
style: enable import-x/no-duplicates (#6279)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import mixpanelBrowser, { type OverridedMixpanel } from 'mixpanel-browser';
|
||||
import type { OverridedMixpanel } from 'mixpanel-browser';
|
||||
import mixpanelBrowser from 'mixpanel-browser';
|
||||
|
||||
export const mixpanel = process.env.MIXPANEL_TOKEN
|
||||
? mixpanelBrowser
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
import type { Blocker, Listener, Location, To } from 'history';
|
||||
import {
|
||||
Action,
|
||||
createPath,
|
||||
type MemoryHistory,
|
||||
type MemoryHistoryOptions,
|
||||
parsePath,
|
||||
import type {
|
||||
Blocker,
|
||||
Listener,
|
||||
Location,
|
||||
MemoryHistory,
|
||||
MemoryHistoryOptions,
|
||||
To,
|
||||
} from 'history';
|
||||
import { Action, createPath, parsePath } from 'history';
|
||||
|
||||
export interface NavigableHistory extends MemoryHistory {
|
||||
entries: Location[];
|
||||
|
||||
Reference in New Issue
Block a user