Skip to content

Commit

Permalink
Update Console.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 8, 2024
1 parent 0bdbe43 commit f675e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/scripts/components/server/console/Console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import { usePersistedState } from '@/plugins/usePersistedState';
import { SocketEvent, SocketRequest } from '@/components/server/events';
import 'xterm/css/xterm.css';
import Tooltip from '@/components/elements/tooltip/Tooltip';
import { useStoreState } from 'easy-peasy';


const theme = {
background: th`colors.black`.toString(),
Expand Down

0 comments on commit f675e32

Please sign in to comment.