refactor: remove turborepo

This commit is contained in:
reya
2024-08-12 09:07:11 +07:00
parent e2103ae23a
commit da8162069b
312 changed files with 1473 additions and 4514 deletions

14
src/components/index.ts Normal file
View File

@@ -0,0 +1,14 @@
export * from "./container";
export * from "./box";
export * from "./spinner";
export * from "./quote";
export * from "./text";
export * from "./toolbar";
export * from "./repost";
export * from "./conversation";
export * from "./column";
export * from "./avatarUploader";
export * from "./note";
export * from "./user";
export * from "./icons";