Webui build

This commit is contained in:
Igor Katson 2023-12-07 11:56:02 +00:00
parent bed7433d8e
commit a01a07464c
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@
"src": "assets/logo.svg"
},
"index.html": {
"file": "assets/index-687608b7.js",
"file": "assets/index-a37dffc7.js",
"isEntry": true,
"src": "index.html"
}

View file

@ -1,6 +1,6 @@
import { StrictMode, useState } from "react";
import { StrictMode } from "react";
import ReactDOM from 'react-dom/client';
import { APIContext, RqbitWebUI } from "./rqbit-webui-src/rqbit-web";
import { APIContext } from "./rqbit-webui-src/rqbit-web";
import { API } from "./api";
import { invoke } from "@tauri-apps/api";
import { CurrentDesktopState, RqbitDesktopConfig } from "./configuration";