Removed file extensions from imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import BingoController from './components/bingocontroller.tsx'
|
||||
import ThemeSwitcher from './components/themeswitcher.tsx'
|
||||
import BingoController from './components/bingocontroller'
|
||||
import ThemeSwitcher from './components/themeswitcher'
|
||||
|
||||
export default function Home(){
|
||||
return(
|
||||
|
Reference in New Issue
Block a user