Skip to content

Commit

Permalink
Remove carouselStyles import and link from root.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsoueidan committed Jul 12, 2024
1 parent 8ddf922 commit 88526f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import carouselStyles from '@mantine/carousel/styles.css?url';
import {
ColorSchemeScript,
DirectionProvider,
Expand Down Expand Up @@ -67,7 +66,6 @@ export const shouldRevalidate: ShouldRevalidateFunction = ({
export const links = () => {
return [
{rel: 'stylesheet', href: appStyles},
{rel: 'stylesheet', href: carouselStyles},
{rel: 'stylesheet', href: coreStyles},
{rel: 'stylesheet', href: nprogressStyles},
{
Expand Down

0 comments on commit 88526f6

Please sign in to comment.