Skip to content

Commit

Permalink
feat - added Navbar to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Katleho-codes committed Apr 26, 2023
1 parent ccf92f0 commit c063bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import React from 'react'
import Navbar from '../../../components/Navbar'

function Dashboard() {
return (
<>
<Navbar />
<main>
<div className="container">
<h1>Dashboard</h1>
Expand Down

0 comments on commit c063bd3

Please sign in to comment.