0
0
Fork 0
This commit is contained in:
xeltica 2021-09-01 20:06:33 +09:00
parent 66ced29c6d
commit dbcfdcd0c3
41 changed files with 3637 additions and 791 deletions

View file

@ -0,0 +1,19 @@
import React from 'react';
import { Ranking } from '../components/Ranking';
export const RankingPage: React.VFC = () => {
return (
<article className="xarticle">
<h2></h2>
<section>
<p></p>
<p><strong>() / ()</strong></p>
<p></p>
</section>
<section className="pt-2">
<Ranking />
</section>
</article>
);
};