feat(frontend): add API client, layout, and routing
- Create Axios-based API client with sources, jobs, and dashboard endpoints - Add responsive Layout component with navigation sidebar - Set up React Router with Dashboard, Backups, and Settings routes - Configure TanStack Query provider with default options - Use lucide-react for navigation icons
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export { processError, startTests } from '@vitest/runner';
|
||||
export { l as loadDiffConfig, a as loadSnapshotSerializers, s as setupCommonEnv } from './vendor/setup-common.8nJLd4ay.js';
|
||||
export { g as getCoverageProvider, a as startCoverageInsideWorker, s as stopCoverageInsideWorker, t as takeCoverageInsideWorker } from './vendor/coverage.E7sG1b3r.js';
|
||||
import '@vitest/utils';
|
||||
import '@vitest/snapshot';
|
||||
import './vendor/run-once.Olz_Zkd8.js';
|
||||
import './vendor/global.CkGT_TMy.js';
|
||||
Reference in New Issue
Block a user