mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
WIP <Compose> Refactor; 1000 tiny edits
This commit is contained in:
@@ -2,8 +2,8 @@ export function EmojiPicker () {
|
||||
return import(/* webpackChunkName: "flavours/glitch/async/emoji_picker" */'flavours/glitch/util/emoji/emoji_picker');
|
||||
}
|
||||
|
||||
export function Compose () {
|
||||
return import(/* webpackChunkName: "flavours/glitch/async/compose" */'flavours/glitch/features/compose');
|
||||
export function Drawer () {
|
||||
return import(/* webpackChunkName: "flavours/glitch/async/drawer" */'flavours/glitch/features/drawer');
|
||||
}
|
||||
|
||||
export function Notifications () {
|
||||
|
||||
Reference in New Issue
Block a user