mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-20 02:53:00 -05:00
feat(gui): open links in default browser (#50)
This commit is contained in:
parent
e4141c763b
commit
ff2e3ae8dd
10 changed files with 218 additions and 191 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { Box, CssBaseline, makeStyles } from "@material-ui/core";
|
||||
import { indigo } from "@material-ui/core/colors";
|
||||
import { createTheme, ThemeProvider } from "@material-ui/core/styles";
|
||||
import "@tauri-apps/plugin-shell";
|
||||
import { Route, MemoryRouter as Router, Routes } from "react-router-dom";
|
||||
import Navigation, { drawerWidth } from "./navigation/Navigation";
|
||||
import HelpPage from "./pages/help/HelpPage";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue