初始化fateverse
This commit is contained in:
8
src/ParentView.tsx
Normal file
8
src/ParentView.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import { Outlet } from 'react-router-dom'
|
||||
|
||||
export default function ParentView() {
|
||||
return (
|
||||
<Outlet></Outlet>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user