⬆️ 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;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { render } from "solid-js/dom";
|
||||
import { render } from "solid-js/web";
|
||||
|
||||
import App from "./App";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user