Skip to content

Commit 40eee12

Browse files
Update ServerDetailsBlock.tsx
1 parent c75a621 commit 40eee12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/scripts/components/server/ServerDetailsBlock.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { bytesToHuman, megabytesToHuman } from '@/helpers';
66
import TitledGreyBox from '@/components/elements/TitledGreyBox';
77
import { ServerContext } from '@/state/server';
88
import CopyOnClick from '@/components/elements/CopyOnClick';
9-
import Can from '@/elements/Can';
10-
9+
import Can from '@/components/elements/Can';
1110
interface Stats {
1211
memory: number;
1312
cpu: number;

0 commit comments

Comments
 (0)