Fixed Tauri-Build (now using absolute paths again)

This commit is contained in:
Felix Kaspar
2024-08-12 22:49:00 +02:00
parent e806ee8015
commit c2bcda925a
8 changed files with 32 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
import { PdfFile } from "../wrappers/PdfFile";
import { Action } from "../../declarations/Action";
import Joi, { StringRegexOptions } from "@stirling-tools/joi";
import Joi from "@stirling-tools/joi";
import { MaterialSymbolProps } from "react-material-symbols";