mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
packages
This commit is contained in:
10
packages/live-previews/src/scope/devtools.tsx
Normal file
10
packages/live-previews/src/scope/devtools.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
const MockRefineDevtools = {
|
||||
DevtoolsProvider: ({ children }: { children: React.ReactNode }) => children,
|
||||
DevtoolsPanel: () => null,
|
||||
};
|
||||
|
||||
const DevtoolsScope = {
|
||||
RefineDevtools: MockRefineDevtools,
|
||||
};
|
||||
|
||||
export default DevtoolsScope;
|
||||
Reference in New Issue
Block a user