mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 18:34:09 +02:00
wip
This commit is contained in:
@@ -39,6 +39,7 @@ import { tabletopCalendar } from './objects/tabletopCalendar.js';
|
||||
import { tabletopDigitalClock } from './objects/tabletopDigitalClock.js';
|
||||
import { tv } from './objects/tv.js';
|
||||
import { wallClock } from './objects/wallClock.js';
|
||||
import { wallShelf } from './objects/wallShelf.js';
|
||||
import { woodSoundAbsorbingPanel } from './objects/woodSoundAbsorbingPanel.js';
|
||||
|
||||
export const OBJECT_DEFS = [
|
||||
@@ -78,6 +79,7 @@ export const OBJECT_DEFS = [
|
||||
tabletopDigitalClock,
|
||||
tv,
|
||||
wallClock,
|
||||
wallShelf,
|
||||
woodSoundAbsorbingPanel,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user