Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Jun 19, 2023
1 parent b00b051 commit 3e9eebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export default {
tailwindcss: {},
autoprefixer: {},
},
}
};
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import daisyuiPlugin from 'daisyui'
import daisyuiPlugin from 'daisyui';

/** @type {import('tailwindcss').Config} */
export default {
Expand Down

0 comments on commit 3e9eebf

Please sign in to comment.