chore: refactor services folder

This commit is contained in:
swve 2023-03-23 22:30:11 +01:00
parent b16daaa780
commit 9ccf99a86f
35 changed files with 41 additions and 41 deletions

View file

@ -3,7 +3,7 @@ import React from "react";
import styled from "styled-components";
import { AlertCircle, AlertTriangle, FileText, Image, ImagePlus, Info } from "lucide-react";
import { getPDFFile, uploadNewPDFFile } from "../../../../services/blocks/Pdf/pdf";
import { getBackendUrl } from "../../../../services/config";
import { getBackendUrl } from "../../../../services/config/config";
function PDFBlockComponent(props: any) {
const [pdf, setPDF] = React.useState(null);