Skip to content

Commit 38b6d74

Browse files
committed
Fixed build error
1 parent eff5fdb commit 38b6d74

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/serving/tasks/automations/components/ActionEdit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
import React from "react";
55
import { type ActionInterface } from "@churchapps/helpers";
66
import { ErrorMessages, ApiHelper, Locale } from "@churchapps/apphelper";
7-
import { ContentPicker } from "../components/ContentPicker";
7+
import { ContentPicker } from "../../components/ContentPicker";
88
import { Task as TaskIcon, Search as SearchIcon, Save as SaveIcon, Cancel as CancelIcon, Assignment as ActionIcon } from "@mui/icons-material";
99

1010
interface Props {

src/serving/tasks/automations/components/ConditionSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { FormControl, InputLabel, MenuItem, Select, type SelectChangeEvent, Stack } from "@mui/material";
22
import React from "react";
3-
import { ConditionHelper } from "../components";
3+
import { ConditionHelper } from "../../../../helpers";
44
import { type ConditionInterface, Locale } from "@churchapps/apphelper";
55

66
interface Props {

src/serving/tasks/automations/components/ConditionText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { FormControl, InputLabel, MenuItem, Select, TextField, type SelectChangeEvent, Stack } from "@mui/material";
22
import React from "react";
3-
import { ConditionHelper } from "../components";
3+
import { ConditionHelper } from "../../../../helpers";
44
import { type ConditionInterface, Locale } from "@churchapps/apphelper";
55

66
interface Props {

0 commit comments

Comments
 (0)