mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Replace tabs with Material Design tabs
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import './css/style.scss';
|
||||
import "mdui/mdui.css";
|
||||
import { showLogin, getAuthHeaders, authToken, currentUser } from './auth';
|
||||
import { API_BASE_URL, API_FULL_BASE_URL, PRODUCT_NAME } from './config';
|
||||
import type { Message, Messages, WebSocketMessage } from './types';
|
||||
import "./links";
|
||||
import "./material";
|
||||
|
||||
const websocket = new WebSocket(`ws://${API_FULL_BASE_URL}/chat/ws`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user