Skip to content

Commit

Permalink
updated tictactoe game
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsetiawan33 committed Sep 28, 2023
1 parent 6e7fb4a commit f177201
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 102 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tictactoe/main.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from '/App.jsx'
import '/public/index.css'
import '/index.css'

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
Expand Down
101 changes: 0 additions & 101 deletions tictactoe/public/index.css

This file was deleted.

0 comments on commit f177201

Please sign in to comment.