Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jul 17, 2024
1 parent 5e244ea commit daaca0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion apps/addon-catalog/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Providers } from './providers';

import '@docsearch/css';
import './globals.css';
// eslint-disable-next-line import/no-unresolved -- TODO: fix this
import '@repo/ui/styles.css';

const fontSans = nunitoSans({
Expand Down
1 change: 0 additions & 1 deletion apps/frontpage/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { Providers } from './providers';

import '@docsearch/css';
import './globals.css';
// eslint-disable-next-line import/no-unresolved -- TODO: fix this
import '@repo/ui/styles.css';

const fontSans = nunitoSans({
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"**/*.css"
],
"exports": {
"./styles.css": "./dist/index.css",
"./styles.css": "./src/styles.css",
".": "./src/main.ts"
},
"scripts": {
Expand Down

0 comments on commit daaca0c

Please sign in to comment.