Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Sep 20, 2023
1 parent 868810f commit 07eda70
Show file tree
Hide file tree
Showing 37 changed files with 712 additions and 3,162 deletions.
11 changes: 11 additions & 0 deletions apps/web/app/[lng]/(dashboard)/catalog/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Container } from "@mui/material";

const Catalog = () => {
return (
<Container sx={{ py: 10, px: 10 }} maxWidth="xl">
Catalog
</Container>
);
};

export default Catalog;
214 changes: 0 additions & 214 deletions apps/web/app/[lng]/(dashboard)/content/AccessSettings.tsx

This file was deleted.

Loading

0 comments on commit 07eda70

Please sign in to comment.