Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiChen committed Sep 5, 2024
1 parent d1de2c9 commit 5498a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/Router.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component, ReactNode, lazy } from 'react';
import { Routes, Route, BrowserRouter, HashRouter } from 'react-router-dom';
import { Routes, Route, HashRouter } from 'react-router-dom';

import { withSuspense } from '../wrapper/WithSuspense';

Expand Down

0 comments on commit 5498a5c

Please sign in to comment.