瀏覽代碼

rm unnecessary

Shun Miyazawa 2 年之前
父節點
當前提交
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');