From e42c40b35a5bae742462fb8689c9eb081331bb04 Mon Sep 17 00:00:00 2001 From: Randell Callahan Date: Thu, 8 Feb 2024 11:22:33 -0700 Subject: [PATCH] Remove unused path --- tailwind.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 57910a2..b5a7a9a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,7 +2,6 @@ module.exports = { content: [ "./components/**/*.templ", - "./models/components/**/*.go", ], theme: { extend: {},