fix react bug

This commit is contained in:
SethBurkart123
2023-09-11 16:44:27 +10:00
parent fb63f5f7cc
commit 47da9e107a
+1 -1
View File
@@ -1,5 +1,5 @@
import './App.css'
import Switch from './components/switch'
import Switch from './components/Switch'
function App() {
const switchChange = (isOn: boolean) => {