// @refresh reload import { Suspense } from "solid-js"; import { A, Body, ErrorBoundary, FileRoutes, Head, Html, Meta, Routes, Scripts, Title } from "solid-start"; import "./root.css"; import BadassMap from './components/BadassMap'; import { StationsProvider } from "./components/StationsContext"; export default function Root() { return ( Ride the Lightning Map About ); };