deleting index.ts files
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
/**
|
||||
* Banner Core - Rendering and Logo
|
||||
*/
|
||||
|
||||
export * from "./render";
|
||||
export * from "./logo";
|
||||
@@ -1,5 +0,0 @@
|
||||
/**
|
||||
* Banner Menu - Print functions
|
||||
*/
|
||||
|
||||
export * from "./print";
|
||||
@@ -1,5 +0,0 @@
|
||||
/**
|
||||
* Components Core - Box component
|
||||
*/
|
||||
|
||||
export * from "./box";
|
||||
@@ -1,8 +0,0 @@
|
||||
/**
|
||||
* Components Menu - Status, Message, Header, List
|
||||
*/
|
||||
|
||||
export * from "./status";
|
||||
export * from "./message";
|
||||
export * from "./header";
|
||||
export * from "./list";
|
||||
@@ -1,6 +0,0 @@
|
||||
/**
|
||||
* UI Core - Core UI utilities
|
||||
*/
|
||||
|
||||
export * from "./styles";
|
||||
export * from "./components";
|
||||
@@ -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";
|
||||
@@ -1,5 +0,0 @@
|
||||
/**
|
||||
* Input Editor Core - Main editor functionality
|
||||
*/
|
||||
|
||||
export * from "./editor";
|
||||
@@ -1,5 +0,0 @@
|
||||
/**
|
||||
* Spinner Core - Main spinner functionality
|
||||
*/
|
||||
|
||||
export * from "./spinner";
|
||||
Reference in New Issue
Block a user