Skip to content

Commit

Permalink
fix(style): import type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jul 26, 2023
1 parent ecf091b commit 19fc273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/style/lib/screen.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Config} from 'tailwindcss';
import type {Config} from 'tailwindcss';

export const screenTheme: Config['theme'] = {
screens: {
Expand Down
2 changes: 1 addition & 1 deletion ui/style/lib/z-index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Config} from 'tailwindcss';
import type {Config} from 'tailwindcss';

export const zIndexTheme: Config['theme'] = {
zIndex: {
Expand Down

0 comments on commit 19fc273

Please sign in to comment.