mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
import React from 'react'
|
|
|
|
export default function Stats() {
|
|
return (
|
|
<div>stats</div>
|
|
)
|
|
}
|