Call it pl-fe internally

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-08-28 13:41:08 +02:00
parent 4d5690d0c1
commit 966b04fdf0
873 changed files with 5771 additions and 6061 deletions

View File

@ -1,9 +1,9 @@
import React, { createContext, useContext, useEffect, useMemo, useState } from 'react';
import { useHistory, useParams } from 'react-router-dom';
import { toggleMainWindow } from 'soapbox/actions/chats';
import { useAppDispatch, useSettings } from 'soapbox/hooks';
import { useChat } from 'soapbox/queries/chats';
import { toggleMainWindow } from 'pl-fe/actions/chats';
import { useAppDispatch, useSettings } from 'pl-fe/hooks';
import { useChat } from 'pl-fe/queries/chats';
import type { Chat } from 'pl-api';