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