trying stuff with electron forge but moving away
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ import { API } from "./preload";
|
||||
export {};
|
||||
declare global {
|
||||
interface Window {
|
||||
API: typeof API;
|
||||
electron: typeof API;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,12 +2,8 @@ import "./App.css";
|
||||
|
||||
import { HashRouter, Route, Routes } from "react-router-dom";
|
||||
|
||||
import { Button } from "@mui/material";
|
||||
import Home from "./pages/Home";
|
||||
import Login from "./pages/Login";
|
||||
import Logo from "./components/Logo";
|
||||
import React from "react";
|
||||
import logo from "./logo.svg";
|
||||
import testConnection from "@nirvana/core";
|
||||
|
||||
testConnection();
|
||||
|
||||
Reference in New Issue
Block a user