Skip to content

Commit

Permalink
Merge pull request #93 from Team-BTMC/hotifx/case-sensitive-import
Browse files Browse the repository at this point in the history
Fix app breaking on linux.
  • Loading branch information
duduBTW authored Oct 24, 2024
2 parents f177d2c + def6a61 commit 3f0d272
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 3f0d272

Please sign in to comment.