⬆️ Update to latest dependencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Component } from "solid-js";
|
||||
import type { Component } from "solid-js";
|
||||
|
||||
const App: Component = () => {
|
||||
return <p>minimal</p>;
|
||||
return <h1>Hello world!</h1>;
|
||||
};
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user