Update NtosWindow.js

Delet unused stuff
This commit is contained in:
SandPoot
2021-06-09 21:48:06 -03:00
committed by GitHub
parent e63eac2c57
commit 3321e17c6f

View File

@@ -6,7 +6,7 @@
import { resolveAsset } from '../assets';
import { useBackend } from '../backend';
import { Box, Button, Icon, Tooltip } from '../components';
import { Box, Button } from '../components';
import { Window } from './Window';
export const NtosWindow = (props, context) => {