Skip to content

Commit f27296b

Browse files
committed
chore: update global styles
1 parent 0bf888e commit f27296b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

pages/_app.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import "styles/carbon.scss";
2-
import "styles/globals.scss";
2+
import "styles/globals.css";
3+
34
import type { AppProps } from "next/app";
45

56
import Layout from "components/Layout";

styles/Home.module.css

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)