Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Mar 1, 2025
1 parent 288bc26 commit 8ea7930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Session } from '@flok-editor/session';
import { getStdSource } from './export.js';
import { pastamirror, Frame } from './main.js';
import { clearGlobalError, setError, clearLocalError } from './error.js';
import { getColorFromUserHue, getSettings, getUserColorFromUserHue } from './settings.js';
import { getChatSessionName, handleChatMessage, subscribeToChat, unsubscribeFromChat } from './chat.js';
import { getSettings, getUserColorFromUserHue } from './settings.js';
import { subscribeToChat, unsubscribeFromChat } from './chat.js';

const PASTAGANG_ROOM_NAME = 'pastagang3';

Expand Down

0 comments on commit 8ea7930

Please sign in to comment.