deleting index.ts files

This commit is contained in:
2026-02-04 21:02:01 -05:00
parent f0609e423e
commit 74b0a0dbab
92 changed files with 385 additions and 2082 deletions

View File

@@ -1,6 +0,0 @@
/**
* Banner Core - Rendering and Logo
*/
export * from "./render";
export * from "./logo";

View File

@@ -1,5 +0,0 @@
/**
* Banner Menu - Print functions
*/
export * from "./print";

View File

@@ -1,5 +0,0 @@
/**
* Components Core - Box component
*/
export * from "./box";

View File

@@ -1,8 +0,0 @@
/**
* Components Menu - Status, Message, Header, List
*/
export * from "./status";
export * from "./message";
export * from "./header";
export * from "./list";

View File

@@ -1,6 +0,0 @@
/**
* UI Core - Core UI utilities
*/
export * from "./styles";
export * from "./components";

View File

@@ -1,9 +0,0 @@
/**
* Terminal UI components for CodeTyper CLI
*/
export * from "@ui/core";
export * from "@ui/banner";
export * from "@ui/spinner";
export * from "@ui/tips";
export * from "@ui/input-editor";

View File

@@ -1,5 +0,0 @@
/**
* Input Editor Core - Main editor functionality
*/
export * from "./editor";

View File

@@ -1,5 +0,0 @@
/**
* Spinner Core - Main spinner functionality
*/
export * from "./spinner";