mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Use back this axios version
The experimental fetch is buggy
This commit is contained in:
parent
7b7b8b9443
commit
695b246401
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import './app.css';
|
||||
|
||||
import { createHashHistory } from 'history';
|
||||
import { login } from 'masto/fetch';
|
||||
import { login } from 'masto';
|
||||
import Router from 'preact-router';
|
||||
import { useEffect, useLayoutEffect, useState } from 'preact/hooks';
|
||||
import { useSnapshot } from 'valtio';
|
||||
|
|
Loading…
Reference in a new issue