1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-02 18:24:19 +02:00
This commit is contained in:
syuilo
2026-03-02 13:00:43 +09:00
parent 3f0c4b0577
commit 01385575fd
4 changed files with 31 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import { allInOnePc } from './objects/allInOnePc.js';
import { aquarium } from './objects/aquarium.js';
import { aromaReedDiffuser } from './objects/aromaReedDiffuser.js';
import { banknote } from './objects/banknote.js';
import { beamLamp } from './objects/beamLamp.js';
import { bed } from './objects/bed.js';
import { blind } from './objects/blind.js';
import { book } from './objects/book.js';
@@ -62,6 +63,7 @@ export const OBJECT_DEFS = [
aquarium,
aromaReedDiffuser,
banknote,
beamLamp,
bed,
blind,
book,