Skip to content

Commit

Permalink
fix: fix import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKnarf committed Dec 10, 2024
1 parent d5738b3 commit 9d2b4da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import flowbite from 'flowbite/plugin';

/** @type {import('tailwindcss').Config} */
export default {
content: [
Expand Down Expand Up @@ -27,5 +29,5 @@ export default {
},
darkMode: "class",
},
plugins: [require("flowbite/plugin")],
plugins: [flowbite],
};

1 comment on commit 9d2b4da

@vercel
Copy link

@vercel vercel bot commented on 9d2b4da Dec 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

capra-web – ./

capra-web.vercel.app
capra-web-capra.vercel.app
capra-web-git-main-capra.vercel.app

Please sign in to comment.