Skip to content

Commit 5482aed

Browse files
Fix broken import
1 parent aad0169 commit 5482aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import "./App.scss";
33
import { Link, Route, BrowserRouter as Router, Routes } from "react-router";
4-
import ProfilePage from "./components/ProfilePage";
4+
import ProfilePage from "./Components/ProfilePage";
55
import PhotoOfTheDay from "./Components/photoOfTheDay/photoOfTheDay";
66

77
function App() {

0 commit comments

Comments
 (0)