import { CardCapsule } from '@hrbolek/uoisfrontend-shared/src'


const introQuery = `
`


export const Intro = () => {

    return (
        <CardCapsule title={"Ukazka"}>

        </CardCapsule>
    )
}