diff --git a/src/features/machines/components/MachineLog.js b/src/features/machines/components/MachineLog.js index 2400fd8..5446807 100644 --- a/src/features/machines/components/MachineLog.js +++ b/src/features/machines/components/MachineLog.js @@ -1,5 +1,4 @@ import React, { useState } from "react"; -import { Typography } from "@material-ui/core"; import { Box, Button } from "@material-ui/core"; import { LazyLog, ScrollFollow } from "react-lazylog"; @@ -20,9 +19,6 @@ const MachineLog = () => { return ( - - Logs -