From 890f89f090393fb87e432ba127deae278b849b0d Mon Sep 17 00:00:00 2001 From: TomixJasina Date: Tue, 20 Feb 2024 18:14:06 +0000 Subject: [PATCH] Fixed typos --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index 6f5cf95..fd0baec 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,6 +5,7 @@ import Home from './components/Home'; import NavigationBar from './components/Header'; import Project from './components/Project'; import './App.css' +import React from 'react' function App() { return (