Skip to content

Commit

Permalink
fix: dangling import of dead file
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Nov 14, 2023
1 parent b9e7e04 commit 5fdee42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/app/routes/ImportRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import ImportPage from "app/pages/dashboard/import/ImportPage";
import KsHookPage from "app/pages/dashboard/import/KsHookPage";
import LR2DBPage from "app/pages/dashboard/import/LR2DBPage";
import LR2HookPage from "app/pages/dashboard/import/LR2HookPage";
import MerJSONPage from "app/pages/dashboard/import/MerJSONPage";
import SDVXEamCSVPage from "app/pages/dashboard/import/SDVXEamCSVPage";
import SilentHookPage from "app/pages/dashboard/import/SilentHookPage";
import SSSXMLPage from "app/pages/dashboard/import/SSSXMLPage";
Expand Down Expand Up @@ -100,9 +99,6 @@ export default function ImportRoutes() {
importType="file/eamusement-sdvx-csv"
/>
</Route>
<Route exact path="/import/iidx-mer">
<MerJSONPage />
</Route>
<Route exact path="/import/sss-xml">
<SSSXMLPage />
</Route>
Expand Down

0 comments on commit 5fdee42

Please sign in to comment.