Browse Source

rm unnecessary

Shun Miyazawa 1 year ago
parent
commit
6d7bf5f800
1 changed files with 0 additions and 8 deletions
  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');