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
Javimtib92 authored Jun 18, 2024
2 parents 3a8be04 + ec88b33 commit 5ecf3dd
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 5ecf3dd

Please sign in to comment.