Skip to content

Commit

Permalink
Fix Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Sep 26, 2023
1 parent 6be6f9c commit f051077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/OnboardingSPA/steps/GetStarted/Welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import {
SIDEBAR_LEARN_MORE,
} from '../../../../constants';
import getContents from './contents';
import ButtonWhite from '../../../../components/Button/ButtonWhite';
import NavCardButton from '../../../../components/Button/NavCardButton';
import ButtonWhite from '../../../components/Button/ButtonWhite';

const StepWelcome = () => {
const location = useLocation();
Expand Down

0 comments on commit f051077

Please sign in to comment.