mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-21 14:23:48 +00:00
chore: apply Prettier formatting to entire codebase
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// 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';
|
||||
import { designSystem } from "./index";
|
||||
import { interactiveScripts, authHelpers } from "../scripts/index";
|
||||
|
||||
export { designSystem, interactiveScripts, authHelpers };
|
||||
export { designSystem, interactiveScripts, authHelpers };
|
||||
|
||||
Reference in New Issue
Block a user