mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-23 03:25:07 +03:00
Remove .. relative imports and replace with absolute paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useAppState } from "../../state";
|
||||
import { useAppState } from "@/pages/chat/state";
|
||||
import { MessagePanelRenderer } from "./MessagePanelRenderer";
|
||||
|
||||
export function RightPanel() {
|
||||
|
||||
Reference in New Issue
Block a user