Skip to content

Commit cbd5d63

Browse files
committed
refactor: remove unsued type
1 parent 22782eb commit cbd5d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patterns/grid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { CSSRuleObject, PluginAPI } from "tailwindcss/types/config";
1+
import type { CSSRuleObject } from "tailwindcss/types/config";
22

33
interface IOpts {
44
lineSize: number;

0 commit comments

Comments
 (0)