import { h } from "preact"; import { RollerCoaster } from "lucide-preact"; function App() { return (
); } export default App;