Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
miku448 committed Jan 16, 2025
1 parent 9c43873 commit dcdc400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/novel-builder/src/modals/scene/SceneEditModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { useAppDispatch, useAppSelector } from '../../state/store';
import { NovelObjectives } from './NovelObjectives';
import './SceneEditModal.scss';
import { AssetDisplayPrefix } from '@mikugg/bot-utils';
import { CutScenePartsRenderForScene } from '../cutscenes/CutScenePartsRenderForScene';
import { CutScenePartsRenderForScene } from '../cutscenes/CutscenePartsRenderForScene';
import { v4 as uuidv4 } from 'uuid';
import { NovelV3 } from '@mikugg/bot-utils';
import {
Expand Down

0 comments on commit dcdc400

Please sign in to comment.