summaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
authorjc0b <j@jc0b.computer>2020-07-29 17:42:27 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:48:47 +0200
commitac5b33c83f38f9b2799c0f2a871b86052121e8ac (patch)
tree92de51eae02e26fdbf0a703320626c13115e7a58 /frontend/src/components
parentd5ba9d54bea49a1433c5d8f3759eecf180250241 (diff)
yarn format on prefabs
Diffstat (limited to 'frontend/src/components')
-rw-r--r--frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.js b/frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.js
index 78414736..d7127114 100644
--- a/frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.js
+++ b/frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.js
@@ -4,7 +4,7 @@ import DeleteRackContainer from '../../../../../containers/app/sidebars/topology
import MachineListContainer from '../../../../../containers/app/sidebars/topology/rack/MachineListContainer'
import RackNameContainer from '../../../../../containers/app/sidebars/topology/rack/RackNameContainer'
import './RackSidebarComponent.css'
-import AddPrefabContainer from "../../../../../containers/app/sidebars/topology/rack/AddPrefabContainer";
+import AddPrefabContainer from '../../../../../containers/app/sidebars/topology/rack/AddPrefabContainer'
const RackSidebarComponent = () => {
return (