From 1b488b87fef21c1f430db4131e3ceb82f25612cf Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 1 Oct 2021 20:41:17 +0200 Subject: chore: build and clean --- components/preview.tsx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 components/preview.tsx (limited to 'components/preview.tsx') diff --git a/components/preview.tsx b/components/preview.tsx deleted file mode 100644 index 8d3a1ca..0000000 --- a/components/preview.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import { Box, Heading } from '@chakra-ui/react' -import React from 'react' -import UniOrg from '../util/uniorg' -import getOrgText from '../util/getOrgText' - -export interface PreviewProps { - id: string - title: string -} -export const Preview = (props: PreviewProps) => { - const { id, title } = props - const text = getOrgText(id) - - return ( - - {title} - - - ) -} -- cgit v1.2.3