Skip to content

Commit 4379e8e

Browse files
committed
Removed unnecessary import of GettingStarted
1 parent a134527 commit 4379e8e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { useContext } from 'react';
22
import ReactDOM from 'react-dom';
33
import SetupContext from './context/SetupContext.js';
44
import './index.css';
5-
// import GettingStarted from './components/GettingStarted.jsx';
65
import AddService from './components/AddService.jsx'
76
import ServiceDashboard from './components/ServicesDashboard.jsx';
87

0 commit comments

Comments
 (0)