Skip to content

Commit 3225817

Browse files
delete unused constants
1 parent a210e28 commit 3225817

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/plugin-history-sync/src/historySyncPlugin.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ import type { HistoryEntry, RouteLike } from "./RouteLike";
3232
import { RoutesProvider } from "./RoutesContext";
3333
import { sortActivityRoutes } from "./sortActivityRoutes";
3434

35-
const SECOND = 1000;
36-
const MINUTE = 60 * SECOND;
37-
3835
type ConfigHistorySync = {
3936
makeTemplate: typeof makeTemplate;
4037
urlPatternOptions?: UrlPatternOptions;

0 commit comments

Comments
 (0)