Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
katexpl authored Nov 24, 2023
1 parent 045cd3d commit f577d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import GithubSearch from "./pages/GithubSearch";
import WelcomeScreen from "./pages/WelcomeScreen";
import GithubSearch from "./pages/githubSearch";
import WelcomeScreen from "./pages/welcomeScreen";
import "./styles/index.scss";
import { BrowserRouter, Route, Routes } from "react-router-dom";

Expand Down

0 comments on commit f577d3d

Please sign in to comment.