import type { Component } from 'solid-js'; import Comp from './Comp'; const App: Component = () => { return ( <>