From f745dcdbe22e7d278a2ef7b0e29af7e86b48ca4b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 03:25:13 +0300 Subject: feat: create initial ProductForm --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 0b6f723..4972454 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,6 +9,7 @@ import { import Header from './components/Header'; import Home from './containers/Home'; import Products from './containers/Products'; +import ProductForm from './containers/ProductForm'; const navigation = [ { name: 'Главная', route: '/' }, @@ -23,6 +24,7 @@ const App: React.FC = () => ( + ); -- cgit v1.2.3