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
25 lines
608 B
JavaScript
25 lines
608 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "getTickValues", {
|
|
enumerable: true,
|
|
get: function get() {
|
|
return _getNiceTickValues.getTickValues;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "getNiceTickValues", {
|
|
enumerable: true,
|
|
get: function get() {
|
|
return _getNiceTickValues.getNiceTickValues;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "getTickValuesFixedDomain", {
|
|
enumerable: true,
|
|
get: function get() {
|
|
return _getNiceTickValues.getTickValuesFixedDomain;
|
|
}
|
|
});
|
|
|
|
var _getNiceTickValues = require("./getNiceTickValues"); |