d3b92593d5
- 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
24 lines
660 B
JavaScript
24 lines
660 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const index = require('./shared/pathe.1f0a373c.cjs');
|
|
|
|
|
|
|
|
exports.basename = index.basename;
|
|
exports.default = index.path;
|
|
exports.delimiter = index.delimiter;
|
|
exports.dirname = index.dirname;
|
|
exports.extname = index.extname;
|
|
exports.format = index.format;
|
|
exports.isAbsolute = index.isAbsolute;
|
|
exports.join = index.join;
|
|
exports.normalize = index.normalize;
|
|
exports.normalizeString = index.normalizeString;
|
|
exports.parse = index.parse;
|
|
exports.relative = index.relative;
|
|
exports.resolve = index.resolve;
|
|
exports.sep = index.sep;
|
|
exports.toNamespacedPath = index.toNamespacedPath;
|