chore(web): fix lint errors about imports

This commit is contained in:
Pujit Mehrotra
2024-10-14 15:18:22 -04:00
parent bc69852333
commit b1e2f043b1
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ import {
ShieldExclamationIcon,
CheckBadgeIcon,
ExclamationTriangleIcon,
ChevronRightIcon,
LinkIcon,
} from '@heroicons/vue/24/solid';

View File

@@ -1,3 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const animate = require("tailwindcss-animate")
/** @type {import('tailwindcss').Config} */
@@ -5,7 +6,7 @@ module.exports = {
darkMode: ["class"],
safelist: ["dark"],
prefix: "",
theme: {
container: {
center: true,