From cb9536cb246f5eda5dac71c4a749968201d1cf5c Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 17 Aug 2019 16:10:13 -0700 Subject: [PATCH] Cleanup --- .../scripts/components/dashboard/DashboardContainer.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/scripts/components/dashboard/DashboardContainer.tsx b/resources/scripts/components/dashboard/DashboardContainer.tsx index fba47f528..3440aed4c 100644 --- a/resources/scripts/components/dashboard/DashboardContainer.tsx +++ b/resources/scripts/components/dashboard/DashboardContainer.tsx @@ -1,10 +1,4 @@ import React, { useEffect, useState } from 'react'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faServer } from '@fortawesome/free-solid-svg-icons/faServer'; -import { faMicrochip } from '@fortawesome/free-solid-svg-icons/faMicrochip'; -import { faMemory } from '@fortawesome/free-solid-svg-icons/faMemory'; -import { faHdd } from '@fortawesome/free-solid-svg-icons/faHdd'; -import { faEthernet } from '@fortawesome/free-solid-svg-icons/faEthernet'; import { Server } from '@/api/server/getServer'; import getServers from '@/api/getServers'; import ServerRow from '@/components/dashboard/ServerRow';