Shun Miyazawa 1 год назад
Родитель
Сommit
6d7bf5f800
1 измененных файлов с 0 добавлено и 8 удалено
  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');