import React from 'react' import './style.css' import * as styles from './style.module.css' import * as sassStyles from './style.module.scss' import './style.scss' import { registerFeature } from '@core/registerFeature' const Introduction = registerFeature(() => import('./Introduction')) export const AppStyleModules = ({ name, onClick }: { name?: string, onClick?: any }) => (

Standard text

Goat {name || 'world'}

)