mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 21:11:41 -07:00
feat: keyboard shortcuts
This commit is contained in:
parent
213c9499f2
commit
94f1a8b00b
48 changed files with 398 additions and 90 deletions
|
@ -13,10 +13,10 @@ import {
|
|||
DialogActions,
|
||||
Typography,
|
||||
} from "@material-ui/core";
|
||||
import ExpandMoreIcon from "@material-ui/icons/ExpandMore";
|
||||
import DeleteIcon from "@material-ui/icons/Delete";
|
||||
import ExpandMoreIcon from "@material-ui/icons/ExpandMore.js";
|
||||
import DeleteIcon from "@material-ui/icons/Delete.js";
|
||||
|
||||
import API from "utils/API";
|
||||
import API from "utils/API.js";
|
||||
|
||||
function NetworkManagement() {
|
||||
const { nwid } = useParams();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue