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