🐛 Fix incorrect path after merge

This commit is contained in:
Philipp Stracker 2024-11-20 17:23:19 +01:00
parent 7ae4184d30
commit 49d088b252
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
import Container from '../../ReusableComponents/Container';
import { OnboardingHooks } from '../../../data';
import { getSteps } from './availableSteps';
import Navigation from '../../ReusableComponents/Navigation';
import Navigation from './Components/Navigation';
const getCurrentStep = ( requestedStep, steps ) => {
const isValidStep = ( step ) =>