fix linting

This commit is contained in:
Ben Phelps 2022-09-14 09:23:21 +03:00
parent 7f91fe59e2
commit 79e5ff2fea
3 changed files with 1 additions and 7 deletions

View file

@ -3,7 +3,6 @@ import Cpu from "./cpu";
import Memory from "./memory";
export default function Resources({ options }) {
console.log(options);
const { expanded } = options;
return (
<div className="flex flex-col max-w:full sm:basis-auto self-center m-auto flex-wrap">