mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-21 06:13:48 +00:00
3ed9d2ee22
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8 lines
264 B
TypeScript
8 lines
264 B
TypeScript
// This file is kept for backwards compatibility
|
|
// It re-exports the new modular design system
|
|
|
|
import { designSystem } from "./index";
|
|
import { interactiveScripts, authHelpers } from "../scripts/index";
|
|
|
|
export { designSystem, interactiveScripts, authHelpers };
|