Skip to content

Commit b1277bc

Browse files
committed
Add CreateRecord context and provider; implement form data management and step navigation
1 parent bf5c3e7 commit b1277bc

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

src/modules/records/list/records.pod.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { NavigationButton } from '#common/components';
3-
import { useCreateRecordContext } from '#modules/records/common/providers';
3+
import { useCreateRecordContext } from '#modules/records/core/providers';
44
import { Button } from '@mui/material';
55
import { CreateRecordPod } from '../create';
66

0 commit comments

Comments
 (0)