config cleanup

This commit is contained in:
2025-07-25 10:06:39 -04:00
parent 81b6cbeeb0
commit 1f61c59ea0
3 changed files with 2 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ import Checkbox from "@mui/joy/Checkbox";
import ContentCopyIcon from '@mui/icons-material/ContentCopy';
import jQuery from "jquery";
import { AutoComplete } from 'primereact/autocomplete';
import { api as API_URL } from '../config';
import { API_URL } from '../config';
window.$ = window.jQuery = jQuery;
const theme = document.documentElement.getAttribute("data-theme")