import { Text } from './text';
import { Title } from './title';

export default {
    Title,
    Text
};
