Skip to content

Commit

Permalink
clean up import
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuffynism committed Jun 13, 2024
1 parent 0020536 commit cd0e3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/samples/headless-react/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {BrowserRouter, NavLink, Route, Routes} from 'react-router-dom';
import {BrowserRouter, NavLink, Routes, Route} from 'react-router-dom';
import {AboutPage} from './pages/AboutPage';
import {AnalyticsHook} from './pages/AnalyticsHook';
import {DependentFacetPage} from './pages/DependentFacetPage';
Expand Down

0 comments on commit cd0e3e7

Please sign in to comment.