Skip to content

Commit

Permalink
fix(posts/view): wrong ioc import crashing the view
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Muñoz Tous committed Jun 18, 2024
1 parent 3a8be04 commit ec88b33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Switch } from "@/src/ui/components/switch/switch";
import { useAsyncState } from "@front_web_mrmilu/hooks";
import type { CreatePostUseCase } from "@/src/core/posts/domain/use_cases/create_post_use_case";
import css from "./create_post_page.css";
import { locator } from "@/src/core/app/ioc/__generated__/";
import { locator } from "@/src/core/app/ioc/__generated__";
import { TYPES } from "@/src/core/app/ioc/__generated__/types";

export default function CreatePostPage() {
Expand Down

0 comments on commit ec88b33

Please sign in to comment.