Fix console and charting
This commit is contained in:
parent
becad7b3c7
commit
db7f3e5fc0
2 changed files with 15 additions and 30 deletions
|
@ -6,6 +6,7 @@ import { ServerContext } from '@/state/server';
|
|||
import styled from 'styled-components/macro';
|
||||
import { usePermissions } from '@/plugins/usePermissions';
|
||||
import tw from 'twin.macro';
|
||||
import 'xterm/dist/xterm.css';
|
||||
|
||||
const theme = {
|
||||
background: 'transparent',
|
||||
|
|
Reference in a new issue