初始化fateverse
This commit is contained in:
11
src/layout/appmain/index.tsx
Normal file
11
src/layout/appmain/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
import '../../assets/styles/appmain.scss'
|
||||
import { Outlet } from "react-router-dom";
|
||||
|
||||
export default function AppMain() {
|
||||
return(
|
||||
<section className="app-container">
|
||||
<Outlet></Outlet>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user