mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
fork refine
This commit is contained in:
6
documentation/src/theme/Layout/index.js
Normal file
6
documentation/src/theme/Layout/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from "react";
|
||||
import { CommonLayout } from "@site/src/refine-theme/common-layout";
|
||||
|
||||
export default function Layout(props) {
|
||||
return <CommonLayout {...props} />;
|
||||
}
|
||||
Reference in New Issue
Block a user