feat: add docs layout
This commit is contained in:
parent
799901c87a
commit
8add098f1a
11
packages/react/src/DocsLayout.tsx
Normal file
11
packages/react/src/DocsLayout.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import { Outlet } from "react-router-dom";
|
||||
|
||||
function DocsLayout() {
|
||||
return (
|
||||
<>
|
||||
<Outlet />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default DocsLayout;
|
Loading…
x
Reference in New Issue
Block a user