remove all index.ts
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user