import React from 'react'; import BackLink from '@digigov/ui/navigation/BackLink'; export const Back = (_: any) => ( Πίσω ); export default BackLink;