mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
style: fix formatting with Prettier
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,49 +1,49 @@
|
||||
// Re-export all utilities from their respective modules
|
||||
|
||||
// Core utilities
|
||||
export * from "./core/elements";
|
||||
export * from "./core/interactions";
|
||||
export * from "./core/waiting";
|
||||
export * from "./core/constants";
|
||||
export * from './core/elements';
|
||||
export * from './core/interactions';
|
||||
export * from './core/waiting';
|
||||
export * from './core/constants';
|
||||
|
||||
// API utilities
|
||||
export * from "./api/client";
|
||||
export * from './api/client';
|
||||
|
||||
// Git utilities
|
||||
export * from "./git/worktree";
|
||||
export * from './git/worktree';
|
||||
|
||||
// Project utilities
|
||||
export * from "./project/setup";
|
||||
export * from "./project/fixtures";
|
||||
export * from './project/setup';
|
||||
export * from './project/fixtures';
|
||||
|
||||
// Navigation utilities
|
||||
export * from "./navigation/views";
|
||||
export * from './navigation/views';
|
||||
|
||||
// View-specific utilities
|
||||
export * from "./views/board";
|
||||
export * from "./views/context";
|
||||
export * from "./views/spec-editor";
|
||||
export * from "./views/agent";
|
||||
export * from "./views/settings";
|
||||
export * from "./views/setup";
|
||||
export * from "./views/profiles";
|
||||
export * from './views/board';
|
||||
export * from './views/context';
|
||||
export * from './views/spec-editor';
|
||||
export * from './views/agent';
|
||||
export * from './views/settings';
|
||||
export * from './views/setup';
|
||||
export * from './views/profiles';
|
||||
|
||||
// Component utilities
|
||||
export * from "./components/dialogs";
|
||||
export * from "./components/toasts";
|
||||
export * from "./components/modals";
|
||||
export * from "./components/autocomplete";
|
||||
export * from './components/dialogs';
|
||||
export * from './components/toasts';
|
||||
export * from './components/modals';
|
||||
export * from './components/autocomplete';
|
||||
|
||||
// Feature utilities
|
||||
export * from "./features/kanban";
|
||||
export * from "./features/timers";
|
||||
export * from "./features/skip-tests";
|
||||
export * from "./features/waiting-approval";
|
||||
export * from './features/kanban';
|
||||
export * from './features/timers';
|
||||
export * from './features/skip-tests';
|
||||
export * from './features/waiting-approval';
|
||||
|
||||
// Helper utilities
|
||||
export * from "./helpers/scroll";
|
||||
export * from "./helpers/log-viewer";
|
||||
export * from "./helpers/concurrency";
|
||||
export * from './helpers/scroll';
|
||||
export * from './helpers/log-viewer';
|
||||
export * from './helpers/concurrency';
|
||||
|
||||
// File utilities
|
||||
export * from "./files/drag-drop";
|
||||
export * from './files/drag-drop';
|
||||
|
||||
Reference in New Issue
Block a user