Skip to content

Commit

Permalink
#147 ディレクトリ構成を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Oct 17, 2023
1 parent 9ccbae0 commit c0aa609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { $getZoom, $setZoom } from "../../../util/Global";
import { $getZoom, $setZoom } from "../../../../util/Global";
import { execute } from "./ScreenScaleResetService";

describe("ScreenScaleResetServiceTest", () =>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { $SCREEN_SCALE_ID } from "../../../config/ToolConfig";
import { $setZoom } from "../../../util/Global";
import { $SCREEN_SCALE_ID } from "../../../../config/ToolConfig";
import { $setZoom } from "../../../../util/Global";

/**
* @description ステージのスケール情報をリセット
Expand Down

0 comments on commit c0aa609

Please sign in to comment.