diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx index 7703aaf..507cd7d 100644 --- a/src/components/App/App.tsx +++ b/src/components/App/App.tsx @@ -5,6 +5,8 @@ import Header from "../Header/Header"; import Toolbar from "../Toolbar/Toolbar"; import IconGrid from "../IconGrid/IconGrid"; import Footer from "../Footer/Footer"; +import ErrorBoundary from "../ErrorBoundary/ErrorBoundary"; +import Warn from "../Warn/Warn"; const App: React.FC = () => { return ( @@ -12,9 +14,11 @@ const App: React.FC = () => {
- Loading...}> - - + }> + Loading...}> + + +