diff --git a/src/App.js b/src/App.js
index 91aef56..78614c0 100644
--- a/src/App.js
+++ b/src/App.js
@@ -12,6 +12,7 @@ import { ForgotPasswordPage } from "./_containers/ForgotPasswordPage";
import RegisterPage from "./_containers/RegisterPage";
import HomePage from "./_containers/HomePage";
import ListCustomer from "./_containers/ListCustomer";
+import ListGrantPage from "./_containers/ListGrantPage";
function App() {
const dispatch = useDispatch();
@@ -58,6 +59,12 @@ function App() {
component={ListCustomer}
authentication={authentication}
/>
+