Skip to content

Commit

Permalink
fixed Error placeholder import path on customizable page (#13944)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketkatkar97 authored Nov 10, 2023
1 parent fcdeb1b commit 3076a5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { isUndefined } from 'lodash';
import React, { useCallback, useEffect, useMemo, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { Link, useParams } from 'react-router-dom';
import ErrorPlaceHolder from '../../components/common/error-with-placeholder/ErrorPlaceHolder';
import ErrorPlaceHolder from '../../components/common/ErrorWithPlaceholder/ErrorPlaceHolder';
import CustomizeMyData from '../../components/CustomizableComponents/CustomizeMyData/CustomizeMyData';
import Loader from '../../components/Loader/Loader';
import {
Expand Down

0 comments on commit 3076a5c

Please sign in to comment.