diff options
Diffstat (limited to 'apps/landing/app/layout.tsx')
| -rw-r--r-- | apps/landing/app/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/landing/app/layout.tsx b/apps/landing/app/layout.tsx index ab7f2a50..22f3c6ed 100644 --- a/apps/landing/app/layout.tsx +++ b/apps/landing/app/layout.tsx @@ -1,7 +1,7 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "./globals.css"; +import "@hoarder/tailwind-config/globals.css"; import React from "react"; |
