remove all index.ts

This commit is contained in:
2026-02-24 07:43:29 +08:00
parent 1be24065e0
commit 6dc933dc1e
52 changed files with 74 additions and 131 deletions

View File

@@ -5,9 +5,9 @@
*/
import { useTranslations } from "next-intl";
import { useState } from "react";
import { Input } from "@/design-system/base/input";
import { Select } from "@/design-system/base/select";
import { VStack } from "@/design-system/layout/stack";
import { Input } from "@/design-system/base/input/input";
import { Select } from "@/design-system/base/select/select";
import { VStack } from "@/design-system/layout/stack/stack";
const COMMON_LANGUAGES = [
{ label: "chinese", value: "chinese" },