summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-26 01:06:44 +0300
committereug-vs <eug-vs@keemail.me>2021-03-26 01:06:44 +0300
commit865b41114060765308d560181f4996c0aa7a3e74 (patch)
tree578d3089e05131445b0a8b6d5e69a3a76aaf7e73 /src/index.tsx
parent91e1a3b4ccaa822097e4adfea5f51056b010fdd6 (diff)
downloadcommercel-ui-865b41114060765308d560181f4996c0aa7a3e74.tar.gz
refactor: move Service to lib/
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 1005a9d..2ea3201 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -8,8 +8,8 @@ import {
} from 'react-router-dom';
import Header from './components/Header';
import Home from './containers/Home';
-import Service from './containers/Service/Service';
-import { ServiceProvider } from './containers/Service/ServiceContext';
+import Service from './lib/Service';
+import { ServiceProvider } from './lib/ServiceContext';
import services from './services';
const navigation = [