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,6 +1,6 @@
|
||||
import { LeftPanel } from "./left/LeftPanel";
|
||||
import { RightPanel } from "./right/RightPanel";
|
||||
import "../css/chat.scss";
|
||||
import "@/pages/chat/css/chat.scss";
|
||||
|
||||
export default function ChatPage() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user