mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Use new alias
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { createAsyncThunk, createSlice } from '@reduxjs/toolkit'
|
||||
|
||||
import { RootState } from 'src/store'
|
||||
import client from 'src/api/client'
|
||||
import { RootState } from '@root/store'
|
||||
import client from '@api/client'
|
||||
|
||||
export type InstancesState = {
|
||||
local: {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { createAsyncThunk, createSlice, PayloadAction } from '@reduxjs/toolkit'
|
||||
|
||||
import { RootState } from 'src/store'
|
||||
import { RootState } from '@root/store'
|
||||
// import client from 'src/api/client'
|
||||
|
||||
export type SettingsState = {
|
||||
|
Reference in New Issue
Block a user