diff --git a/src/App.tsx b/src/App.tsx
index 0da7d98..e86553c 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,43 +1,15 @@
-import { useState } from 'react'
-import reactLogo from './assets/react.svg'
-import viteLogo from './assets/vite.svg'
-import heroImg from './assets/hero.png'
-import './App.css'
-
-// Import the tic-tac-toe game component
-import TicTacToe from './components/TicTacToe'
+import React from 'react';
+import './App.css';
+import TicTacToe from './components/TicTacToe';
function App() {
- const [count, setCount] = useState(0)
-
return (
- <>
-
- Edit
-
-
-
Get started
- src/App.tsx and save to test HMR
-