Skip to content

Commit

Permalink
clean up storefront
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jun 4, 2024
1 parent 985e0c7 commit 81e87a1
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 242 deletions.
158 changes: 0 additions & 158 deletions apps/storefront/components/Banner/Banner.module.css

This file was deleted.

40 changes: 0 additions & 40 deletions apps/storefront/components/Banner/Banner.tsx

This file was deleted.

1 change: 0 additions & 1 deletion apps/storefront/components/Banner/index.ts

This file was deleted.

18 changes: 0 additions & 18 deletions apps/storefront/components/Tag/Tag.module.css

This file was deleted.

21 changes: 0 additions & 21 deletions apps/storefront/components/Tag/Tag.tsx

This file was deleted.

1 change: 0 additions & 1 deletion apps/storefront/components/Tag/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions apps/storefront/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { Banner } from './Banner';
export { ClipboardBtn } from './ClipboardBtn';
export { CodeSnippet } from './CodeSnippet';
export { Container } from './Container';
Expand All @@ -18,7 +17,6 @@ export type { NavigationCardProps } from './NavigationCard';
export { ResponsiveIframe } from './ResponsiveIframe';
export { Section } from './Section';
export { SidebarMenu } from './SidebarMenu';
export { Tag } from './Tag';
export { TeaserCard } from './TeaserCard';
export { TokenList } from './Tokens';
export { Image } from './Image';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const NavMenuPageLayout = ({ content, banner }: NavMenuPageLayoutProps) => {
id='main'
className={classes.right}
>
<div className={classes.content}>
<div>
<MdxContent>{content}</MdxContent>
</div>
</main>
Expand Down

0 comments on commit 81e87a1

Please sign in to comment.