Update fetchTuitioData import in axios.js

master^2
Tudor Stanciu 2024-03-31 21:18:21 +03:00
parent 0081c2e482
commit 2265676c81
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import axios from "axios"; import axios from "axios";
import i18next from "i18next"; import i18next from "i18next";
import { fetch as fetchTuitioData } from "@flare/tuitio-client"; import { acquire as fetchTuitioData } from "@flare/tuitio-client";
function getHeaders() { function getHeaders() {
const { token } = fetchTuitioData(); const { token } = fetchTuitioData();