Skip to content

Commit da0f6d9

Browse files
Update App.tsx
1 parent f5486c2 commit da0f6d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

LocalMind-Frontend/src/app/App.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { useState } from 'react'
22
import MainLoader from '../features/Dashboard/V1/Component/Loader/MainLoader'
33
import Navbar from '../shared/component/v1/Navbar'
44
import AppRoutes from './routes/AppRoutes'
5+
import Footer from '../shared/component/v1/Footer'
56

67
const App: React.FC = () => {
78
const [Loader, setLoader] = useState(true)
@@ -16,6 +17,8 @@ const App: React.FC = () => {
1617

1718
{/* All application routes including Chat Page */}
1819
<AppRoutes />
20+
21+
<Footer />
1922
</>
2023
)
2124
}

0 commit comments

Comments
 (0)