import React from 'react'; import { Skeleton } from '@digigov/ui/app/Skeleton'; import { NormalText } from '@digigov/ui/typography/NormalText'; export const WithChildren = (_: any) => ( Κείμενο ); export default WithChildren;