import { Group, Text } from '@mantine/core'; import * as React from 'react'; import { CURRENT_VERSION } from '../../../data/constants'; export function Logo({ style }: any) { return ( Homarr {CURRENT_VERSION} ); }