import '../scss/main.scss' import {isChat, runChat} from './lib/chat.js' if (isChat()) { runChat() }