loading device page with relative pathing

This commit is contained in:
Carter 2024-12-12 14:11:08 -06:00
parent 05f7765f82
commit 438451690b
8 changed files with 235 additions and 21 deletions

View file

@ -6,7 +6,6 @@ import { createContext, PropsWithChildren, useContext } from "react";
import { pondURL } from "./pond";
import { AxiosResponse } from "axios";
import { useGlobalState } from "providers";
import { dateRange } from "providers/http";
import moment from "moment";
export interface IDeviceAPIContext {