import { Box } from '@mantine/core'; import { FC } from 'react'; export const ComicView: FC = () => { return ; };