Update ServerDetailsBlock.tsx

This commit is contained in:
Charles Morgan
2020-11-02 02:32:38 -05:00
parent 40eee1220c
commit 274ed6c232

View File

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