From 77494457e2a4f5c80c3a2f7acb054b12d918d8ad Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sun, 13 Jul 2025 00:04:54 -0400 Subject: restructure for maintainability --- src/components/index.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/components/index.ts (limited to 'src/components/index.ts') diff --git a/src/components/index.ts b/src/components/index.ts new file mode 100644 index 0000000..77f11d4 --- /dev/null +++ b/src/components/index.ts @@ -0,0 +1,5 @@ +export { Content } from "./Content"; +export { StatusDisplay } from "./StatusDisplay"; +export { InstallationButton } from "./InstallationButton"; +export { ConfigurationSection } from "./ConfigurationSection"; +export { UsageInstructions } from "./UsageInstructions"; -- cgit v1.2.3