Parcourir la source

rm unnecessary

Shun Miyazawa il y a 1 an
Parent
commit
6d7bf5f800
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  1. 0 8
      apps/app/src/pages/installer.page.tsx

+ 0 - 8
apps/app/src/pages/installer.page.tsx

@@ -36,14 +36,6 @@ type Props = CommonProps & {
   pageWithMetaStr: string,
 };
 
-
-type TextFormProps = {
-  username: string,
-}
-const TextForm = (props: TextFormProps): JSX.Element => {
-  return <>{props.username}</>;
-};
-
 const InstallerPage: NextPage<Props> = (props: Props) => {
   const { t } = useTranslation();
   const { t: tCommons } = useTranslation('commons');