Updated: Organised dashboard modules
This commit is contained in:
8
src/components/topbar/index.js
Normal file
8
src/components/topbar/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import styles from './topbar.module.css'
|
||||
|
||||
export default function TopBar() {
|
||||
return (
|
||||
<div className={styles.topBar}>search comes here</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user