import { Main } from "./Views/Main"; import { Index } from "./Views/Index"; import { Editor } from "./Views/Editor"; import { useRouter } from "./Router"; import { Switch, Match, Show } from "solid-js"; import { Wallpaper } from "./Wallpaper"; import { SistemasMovil } from "./Views/SistemasMovil"; import { SeleccionCursos } from "./Views/SeleccionCursos"; function App() { const route = useRouter(); const isMobile = screen.width <= 500; return (
404!

}>
); } export default App;