5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
import ItemSlotManager from "./ItemSlotManager";
|
|
|
|
export default ItemSlotManager;
|
|
export { ItemSlotManager };
|