introducing result page
This commit is contained in:
parent
12fb2589ec
commit
3593029361
|
|
@ -1,13 +1,13 @@
|
|||
import React from "react";
|
||||
import Menu from "../components/Menu";
|
||||
import { postWordpressStatisticsData } from "../hooks/WordpressFetchData";
|
||||
import Menu from "../components/ui/Menu";
|
||||
import { postGameStatisticsData } from "../services/WordpressFetchData";
|
||||
import { useLanguage } from "../hooks/useLanguage";
|
||||
|
||||
export default function Results() {
|
||||
const { language } = useLanguage();
|
||||
|
||||
function addPost(language) {
|
||||
postWordpressStatisticsData("/statistics/post", "BE");
|
||||
postGameStatisticsData("/statistics/post", "BE");
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user