diff --git a/front/src/App.jsx b/front/src/App.jsx
index 1460fe4..58dfdfd 100644
--- a/front/src/App.jsx
+++ b/front/src/App.jsx
@@ -5,6 +5,7 @@ import Footer from "./components/common/Footer";
import CatalogStudents from './components/catalogs/CatalogStudents';
import Menu from './components/catalogs/Menu';
import Basket from './components/catalogs/Basket';
+import History from './components/catalogs/History';
import { useState } from 'react';
function Router(props) {
@@ -17,7 +18,8 @@ export default function App() {
{ index: true, element: },
{ path: "catalogs/menu", element: