diff --git a/app/containers/App/index.js b/app/containers/App/index.js
index 0204ccd..6f663e2 100644
--- a/app/containers/App/index.js
+++ b/app/containers/App/index.js
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
import { Helmet } from 'react-helmet';
import { Switch, Redirect } from 'react-router-dom';
-import { ThemeProvider, GenericNotFound } from '@tip-wlan/wlan-cloud-ui-library';
+import { ThemeProvider, GenericNotFound, ScrollToTop } from '@tip-wlan/wlan-cloud-ui-library';
import logo from 'images/tip-logo.png';
import logoMobile from 'images/tip-logo-mobile.png';
@@ -75,7 +75,7 @@ const App = () => {
-
+