diff --git a/src/components/AuthUser/HomePage/NavBar.tsx b/src/components/AuthUser/HomePage/NavBar.tsx
index 1bc3cce61bc2b5bf11a849a6d0943de84fe6664e..3d61c755d485269fafd3f0e547f58782e71c574f 100644
--- a/src/components/AuthUser/HomePage/NavBar.tsx
+++ b/src/components/AuthUser/HomePage/NavBar.tsx
@@ -1,6 +1,6 @@
 import React, { FC } from 'react';
 import { makeStyles } from '@material-ui/core/styles';
-import { Tabs, Tab, AppBar } from '@material-ui/core';
+import { Tabs, Tab } from '@material-ui/core';
 import HomeIcon from '@material-ui/icons/Home';
 import ImportContactsIcon from '@material-ui/icons/ImportContacts';
 import AccountCircleIcon from '@material-ui/icons/AccountCircle';
diff --git a/src/components/AuthUser/ReservationPage/ReservationPage.tsx b/src/components/AuthUser/ReservationPage/ReservationPage.tsx
index 13dc78eb5efca51fd47e55a4ec85892ef381368e..cada8c6f2c50311d9ec2467773c135fc85ff9f32 100644
--- a/src/components/AuthUser/ReservationPage/ReservationPage.tsx
+++ b/src/components/AuthUser/ReservationPage/ReservationPage.tsx
@@ -8,7 +8,6 @@ import {
   createMuiTheme,
   responsiveFontSizes,
   MuiThemeProvider,
-  Container,
   Dialog,
   DialogActions,
   DialogContent,