File "index.js"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/modules/core/entries/solid-welcome/components/index.js
File size: 396 bytes
MIME-type: text/x-java
Charset: utf-8

import { StyledHeader } from '../styles';
import { Text, TextSize } from '@ithemes/ui';

export function WelcomeFlowBanner( { text } ) {
	return (
		<StyledHeader variant="dark">
			<Text size={ TextSize.HUGE } variant="white" text={ text } />
		</StyledHeader>
	);
}

export { CardOne } from './welcome';
export { CardTwo, CardThree } from './features';
export { CardFour } from './learn-more';