From f8bc4dd9c1a70692e555f2170cd41acbf0f41851 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 23 Mar 2024 15:29:04 +0000 Subject: chore: Refactor tailwind in all apps to use the tooling package --- apps/web/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/web/app/layout.tsx') diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 395d7297..f5ad19f6 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/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 type { Viewport } from "next"; import React from "react"; -- cgit v1.2.3-70-g09d2