Skip to content

Commit

Permalink
feat: export text from core (#1065)
Browse files Browse the repository at this point in the history
Signed-off-by: FarjadGov14 <[email protected]>
  • Loading branch information
FarjadGov14 authored Jan 24, 2024
1 parent c28329c commit 03c5d77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/legacy/core/App/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import NetInfo from './components/network/NetInfo'
import Record from './components/record/Record'
import InfoTextBox from './components/texts/InfoTextBox'
import Link from './components/texts/Link'
import Text from './components/texts/Text'
import { ToastType } from './components/toast/BaseToast'
import toastConfig from './components/toast/ToastConfig'
import { AttachTourStep } from './components/tour/AttachTourStep'
Expand Down Expand Up @@ -142,4 +143,5 @@ export {
types,
components,
contexts,
Text,
}

0 comments on commit 03c5d77

Please sign in to comment.