Skip to content

Commit f01a785

Browse files
committed
Adds missing exports for new components
Signed-off-by: Leonardo Rossi <[email protected]>
1 parent 4c7109b commit f01a785

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

+4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ import ModalDirectional from './src/components/ModalDirectional'
3030
import ModalStepsForward from './src/components/ModalStepsForward'
3131
import PlatformaticIcon from './src/components/PlatformaticIcon'
3232
import Playground from './src/components/Playground'
33+
import Report from './src/components/Report'
3334
import SearchBar from './src/components/SearchBar'
3435
import SearchBarV2 from './src/components/SearchBarV2'
3536
import SimpleMetric from './src/components/SimpleMetric'
37+
import SplashScreen from './src/components/SplashScreen'
3638
import Status from './src/components/Status'
3739
import Tooltip from './src/components/Tooltip'
3840
import TooltipAbsolute from './src/components/TooltipAbsolute'
@@ -76,9 +78,11 @@ export {
7678
ModalStepsForward,
7779
PlatformaticIcon,
7880
Playground,
81+
Report,
7982
SearchBar,
8083
SearchBarV2,
8184
SimpleMetric,
85+
SplashScreen,
8286
Status,
8387
TabbedWindow,
8488
Tag,

0 commit comments

Comments
 (0)