Skip to content

Commit e39c429

Browse files
committed
fix: add imports
1 parent 9de8998 commit e39c429

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
export * from './utilities/align'
2-
export * from './utilities/col'
32
export * from './utilities/border'
3+
export * from './utilities/col'
44
export * from './utilities/container'
55
export * from './utilities/flex'
66
export * from './utilities/font'
77
export * from './utilities/justify'
8+
export * from './utilities/object'
9+
export * from './utilities/others'
810
export * from './utilities/outline'
911
export * from './utilities/place'
10-
export * from './utilities/others'
12+
export * from './utilities/row'

0 commit comments

Comments
 (0)