1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 15:34:03 +02:00

tabletopIronFrameStand

This commit is contained in:
syuilo
2026-04-13 17:29:07 +09:00
parent 2094e82a30
commit e85d1c6139
5 changed files with 104 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ import { tabletopCalendar } from './objects/tabletopCalendar.js';
import { tabletopDigitalClock } from './objects/tabletopDigitalClock.js';
import { tabletopFlag } from './objects/tabletopFlag.js';
import { tabletopGlassPictureFrame } from './objects/tabletopGlassPictureFrame.js';
import { tabletopIronFrameStand } from './objects/tabletopIronFrameStand.js';
import { tabletopPictureFrame } from './objects/tabletopPictureFrame.js';
import { tapestry } from './objects/tapestry.js';
import { tetrapod } from './objects/tetrapod.js';
@@ -160,6 +161,7 @@ export const OBJECT_DEFS = [
tabletopDigitalClock,
tabletopFlag,
tabletopGlassPictureFrame,
tabletopIronFrameStand,
tabletopPictureFrame,
tapestry,
tetrapod,