7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
import React from 'react';
|
|
|
|
export default function GameProposals() {
|
|
return (
|
|
<div>View: GameProposals</div>
|
|
)
|
|
} |