1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 23:54:10 +02:00

ironFrameTable

This commit is contained in:
syuilo
2026-04-13 18:08:39 +09:00
parent e85d1c6139
commit c877210828
4 changed files with 103 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ import { facialTissue } from './objects/facialTissue.js';
import { hangingTShirt } from './objects/hangingTShirt.js';
import { icosahedron } from './objects/icosahedron.js';
import { ironFrameShelf5, ironFrameShelf4, ironFrameShelf3 } from './objects/ironFrameShelf.js';
import { ironFrameTable } from './objects/ironFrameTable.js';
import { keyboard } from './objects/keyboard.js';
import { laptopPc } from './objects/laptopPc.js';
import { lavaLamp } from './objects/lavaLamp.js';
@@ -124,6 +125,7 @@ export const OBJECT_DEFS = [
ironFrameShelf5,
ironFrameShelf4,
ironFrameShelf3,
ironFrameTable,
keyboard,
laptopPc,
lavaLamp,