update to js
This commit is contained in:
12
dashboard_js/app/routes/home.jsx
Normal file
12
dashboard_js/app/routes/home.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Welcome } from "../welcome/welcome";
|
||||
|
||||
export function meta() {
|
||||
return [
|
||||
{ title: "New React Router App" },
|
||||
{ name: "description", content: "Welcome to React Router!" },
|
||||
];
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
return <Welcome />;
|
||||
}
|
||||
Reference in New Issue
Block a user