import {Component} from "solid-js"; export const App: Component = () => { return (

aaa

) }