Simplify imports in NpcDialoguesPanel.tsx
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
import { useEffect, useState, type KeyboardEvent as ReactKeyboardEvent } from "react";
|
import { useEffect, useState, type KeyboardEvent as ReactKeyboardEvent } from "react";
|
||||||
|
|
||||||
import {
|
import { type ProjectDialogue } from "../dialogues/project-dialogues";
|
||||||
type ProjectDialogue,
|
|
||||||
createProjectDialogue,
|
|
||||||
createProjectDialogueLine
|
|
||||||
} from "../dialogues/project-dialogues";
|
|
||||||
|
|
||||||
interface NpcDialoguesPanelProps {
|
interface NpcDialoguesPanelProps {
|
||||||
dialogues: ProjectDialogue[];
|
dialogues: ProjectDialogue[];
|
||||||
|
|||||||
Reference in New Issue
Block a user