7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
|
export default function Positions() {
|
|
return (
|
|
<div>Positions</div>
|
|
)
|
|
}
|