Create base webui
This commit is contained in:
7
webui/src/common/layouts/Root.jsx
Normal file
7
webui/src/common/layouts/Root.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default () => {
|
||||
return (
|
||||
<>
|
||||
Root
|
||||
</>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user