This commit is contained in:
dank074 2022-07-16 22:33:27 -05:00
parent 86dac573c7
commit e4b38e649e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { RoomObjectCategory } from '@nitrots/nitro-renderer/src'; import { RoomObjectCategory } from '@nitrots/nitro-renderer';
import { FC } from 'react'; import { FC } from 'react';
import { Base, BaseProps, Flex } from '../../../../common'; import { Base, BaseProps, Flex } from '../../../../common';
import { ObjectLocationView } from '../object-location/ObjectLocationView'; import { ObjectLocationView } from '../object-location/ObjectLocationView';

View File

@ -1,4 +1,4 @@
import { NitroEvent } from '@nitrots/nitro-renderer/src/core/events/NitroEvent'; import { NitroEvent } from '@nitrots/nitro-renderer';
export class HelpNameChangeEvent extends NitroEvent export class HelpNameChangeEvent extends NitroEvent
{ {