Merge branch 'main' into catalog-redesign

This commit is contained in:
DuckieTM
2026-03-23 08:49:20 +01:00
committed by GitHub
19 changed files with 971 additions and 4491 deletions
+9
View File
@@ -11,3 +11,12 @@ export const CatalogView: FC<{}> = () =>
return <CatalogClassicView />;
};
export const CatalogView: FC<{}> = () =>
{
return (
<CatalogAdminProvider>
<CatalogViewInner />
</CatalogAdminProvider>
);
};