Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstihl committed Jan 11, 2024
1 parent 3f0a3fc commit b0470d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import App from "./App.tsx";
import Help from "./components/Help.tsx";
import CalendarPage from "./pages/CalendarPage.tsx";
import FamilyPage from "./pages/FamilyPage.tsx";
import StatsPage from "./pages/StatsPage.tsx";
import SalaryPage from "./pages/SalaryPage.tsx";

const landingLoader = async () => {
Expand Down

0 comments on commit b0470d4

Please sign in to comment.