mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
Merge branch 'main' into catalog-redesign
This commit is contained in:
@@ -11,3 +11,12 @@ export const CatalogView: FC<{}> = () =>
|
||||
|
||||
return <CatalogClassicView />;
|
||||
};
|
||||
|
||||
export const CatalogView: FC<{}> = () =>
|
||||
{
|
||||
return (
|
||||
<CatalogAdminProvider>
|
||||
<CatalogViewInner />
|
||||
</CatalogAdminProvider>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user