diff --git a/client/src/Components/Student(User)/student-page.jsx b/client/src/Components/Student(User)/student-page.jsx
index 56fb74c27e157cac0f70c19c104e4f4dc2d5dde8..5a692e8b1faa0f720d7834df21a922b92c92713f 100644
--- a/client/src/Components/Student(User)/student-page.jsx
+++ b/client/src/Components/Student(User)/student-page.jsx
@@ -1,6 +1,6 @@
 import React, { Component,Fragment } from 'react'
 import { Redirect } from 'react-router-dom'
-import * as Forms from '../Admin-forms'
+import * as Forms from '../Forms'
 import '../pages.css'
 import icon from './icon.png'
 import axios from 'axios'