Skip to content

Commit

Permalink
Merge pull request #187 from renproject/feat/disabling-releases
Browse files Browse the repository at this point in the history
fix: lint
  • Loading branch information
xnyl committed Apr 14, 2023
2 parents 5508839 + cb3e423 commit 3e03a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Expand Up @@ -6,7 +6,6 @@ import { SystemMonitor } from "./features/ui/SystemMonitor";
// import { SystemMonitor } from "./features/ui/SystemMonitor";
import { NotFoundPage } from "./pages/NotFoundPage";
import { paths } from "./pages/routes";
import { WelcomePage } from "./pages/WelcomePage";

// const MainPage = lazy(() => import("./pages/MainPage"));
const AboutPage = lazy(() => import("./pages/AboutPage"));
Expand Down

0 comments on commit 3e03a76

Please sign in to comment.