Skip to content

Commit

Permalink
- Fix case sensitive import.
Browse files Browse the repository at this point in the history
  • Loading branch information
duduBTW committed Oct 24, 2024
1 parent f177d2c commit def6a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */
import { noticeAnimations } from "./src/renderer/src/components/notice/noticeAnimations";
import { noticeAnimations } from "./src/renderer/src/components/notice/NoticeAnimations";

export default {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
Expand Down

0 comments on commit def6a61

Please sign in to comment.