flatten folder design-system

This commit is contained in:
2026-02-24 07:56:21 +08:00
parent 690222ccb7
commit 72ced7866e
51 changed files with 94 additions and 95 deletions

View File

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