Update ServerDetailsBlock.tsx

This commit is contained in:
Charles Morgan 2020-11-02 02:31:57 -05:00
parent c75a621c52
commit 40eee1220c
No known key found for this signature in database
GPG key ID: D71946CD723249BD

View file

@ -6,8 +6,7 @@ import { bytesToHuman, megabytesToHuman } from '@/helpers';
import TitledGreyBox from '@/components/elements/TitledGreyBox'; import TitledGreyBox from '@/components/elements/TitledGreyBox';
import { ServerContext } from '@/state/server'; import { ServerContext } from '@/state/server';
import CopyOnClick from '@/components/elements/CopyOnClick'; import CopyOnClick from '@/components/elements/CopyOnClick';
import Can from '@/elements/Can'; import Can from '@/components/elements/Can';
interface Stats { interface Stats {
memory: number; memory: number;
cpu: number; cpu: number;