diff --git a/src/App.jsx b/src/App.jsx index f67355a..759025b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2,6 +2,7 @@ import { useState } from 'react' import reactLogo from './assets/react.svg' import viteLogo from '/vite.svg' import './App.css' +import MyComponent from './MyComponent.jsx'; function App() { const [count, setCount] = useState(0) @@ -28,6 +29,9 @@ function App() {
Click on the Vite and React logos to learn more
+