Skip to content

Commit

Permalink
feat: export LoadingText (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj authored Apr 3, 2024
1 parent aef257a commit edbae59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import './components/Table/Table.css'
import './components/Checkbox/Checkbox'
import './components/CatalogCard/CatalogCard'
import './components/AssetImage/AssetImage'
import './components/Loader/LoadingText.css'

// Decentraland components
export * from './components/Address/Address'
Expand Down Expand Up @@ -98,6 +99,7 @@ export * from './components/SmartBadge'
export * from './components/SmartIcon'
export * from './components/CommunityBubble'
export * from './components/AddressField'
export * from './components/Loader/LoadingText'
// Semantic components
/* eslint-disable no-restricted-imports */
export * from 'semantic-ui-react'
Expand Down

0 comments on commit edbae59

Please sign in to comment.