mirror of
https://github.com/Team4388/scouting-2021.git
synced 2026-06-08 16:28:02 -06:00
12 lines
150 B
JavaScript
12 lines
150 B
JavaScript
import React from 'react'
|
|
|
|
const DashboardPage = () => {
|
|
return (
|
|
<div>
|
|
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default DashboardPage
|