We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad0169 commit 5482aedCopy full SHA for 5482aed
src/App.tsx
@@ -1,7 +1,7 @@
1
import React from "react";
2
import "./App.scss";
3
import { Link, Route, BrowserRouter as Router, Routes } from "react-router";
4
-import ProfilePage from "./components/ProfilePage";
+import ProfilePage from "./Components/ProfilePage";
5
import PhotoOfTheDay from "./Components/photoOfTheDay/photoOfTheDay";
6
7
function App() {
0 commit comments