Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrachet committed Jan 24, 2023
1 parent 9769303 commit 4168493
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 61 deletions.
58 changes: 0 additions & 58 deletions packages/frontend/app/modules/scheduling/CreateSchedulingForm.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Spacer } from "~/components/Spacer";
import { Switch } from "~/components/Switch";
import { FlagEnv, FlagStatus } from "~/modules/flags/types";
import { SchedulingType } from "~/modules/scheduling/types";
import { MultiVariantFields } from "./MultiVariantFields";
import { MultiVariantFields } from "../../strategies/components/MultiVariantFields";

export interface CreateSchedulingFormProps {
flagEnv: FlagEnv;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { Variant } from "~/modules/variants/types";
import { CreateEntityLayout } from "~/layouts/CreateEntityLayout";
import { BackLink } from "~/components/BackLink";
import { CreateEntityTitle } from "~/layouts/CreateEntityTitle";
import { VariantDot } from "~/modules/flags/components/VariantDot";

export const meta: MetaFunction = ({ parentsData, params }) => {
const projectName = getProjectMetaTitle(parentsData);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { SubmitButton } from "~/components/Buttons/SubmitButton";
import { BackLink } from "~/components/BackLink";
import { CreateEntityTitle } from "~/layouts/CreateEntityTitle";
import { validateScheduling } from "~/modules/scheduling/validators/validateScheduling";
import { CreateSchedulingFrom } from "~/modules/scheduling/CreateSchedulingForm";
import { CreateSchedulingFrom } from "~/modules/scheduling/components/CreateSchedulingForm";

export const handle = {
breadcrumb: (match: { params: any }) => {
Expand Down

0 comments on commit 4168493

Please sign in to comment.