move arround classes to removed deps on settings
This commit is contained in:
parent
274c165357
commit
39f7a3701a
11 changed files with 320 additions and 288 deletions
|
@ -7,7 +7,7 @@ import {Dialog} from "./dialog.js";
|
|||
import {getapiurls, getBulkInfo, setTheme, Specialuser} from "./login.js";
|
||||
import { SnowFlake } from "./snowflake.js";
|
||||
import { Message } from "./message.js";
|
||||
import { channeljson, guildjson, memberjson, presencejson, readyjson } from "./jsontypes.js";
|
||||
import { channeljson, memberjson, presencejson, readyjson } from "./jsontypes.js";
|
||||
import { Member } from "./member.js";
|
||||
import { Settings } from "./settings.js";
|
||||
import { MarkDown } from "./markdown.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue