From 7e17015856f231c5a55642aad95212d1d9e18e04 Mon Sep 17 00:00:00 2001 From: Nathan Kluth Date: Wed, 25 Oct 2023 15:36:43 -0600 Subject: [PATCH] fix file path --- packages/nextjs/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/tailwind.config.js b/packages/nextjs/tailwind.config.js index 2a8aa41..145d9d3 100644 --- a/packages/nextjs/tailwind.config.js +++ b/packages/nextjs/tailwind.config.js @@ -6,7 +6,7 @@ module.exports = { "./pages/**/*.{js,jsx,ts,tsx}", "./components/**/*.{js,jsx,ts,tsx}", "./views/**/*.{js,jsx,ts,tsx}", - "../ui/components/**/*.{js,jsx,ts,tsx}", + "../shared-ui/components/**/*.{js,jsx,ts,tsx}", ], theme: { extend: {