Skip to content

Commit 21ad1d6

Browse files
ErioldDaniel Montoya
andauthored
fix(): se cambia la forma de exporta por cambios de la version de ts (#667)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 29ca94a commit 21ad1d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from '@atoms'
2-
export * from '@molecules'
3-
export * from '@organisms'
4-
export * from '@theme'
1+
export * from './atoms'
2+
export * from './molecules'
3+
export * from './organisms'
4+
export * from './theme'

0 commit comments

Comments
 (0)