Removed file extensions from imports

This commit is contained in:
2023-11-03 19:08:20 +01:00
parent fdce3763e2
commit f9efe18e94
4 changed files with 5 additions and 5 deletions

View File

@@ -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(