Skip to content

Commit

Permalink
fix: extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelchris committed Dec 24, 2024
1 parent a37b1c1 commit 18d1953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/extension/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Config } from 'tailwindcss';
// eslint-disable-next-line import/no-extraneous-dependencies
import { type Config } from 'tailwindcss';
import config from '@dailydotdev/shared/tailwind.config';

module.exports = {
Expand Down

0 comments on commit 18d1953

Please sign in to comment.