Skip to content

Commit

Permalink
[Refactor] move streetView.tsx to widgets directory (#439) (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaked-hayek authored May 15, 2022
1 parent 255de19 commit 3f1e72d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/widgets/StreetViewWidget.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FC } from 'react';
import { mapApiKey } from 'utils/utils';
import ReactStreetview from 'services/streetView';
import ReactStreetview from 'components/molecules/widgets/streetView';
import { makeStyles } from '@material-ui/core';
import { IWidgetStreetViewData } from 'models/WidgetData';

Expand Down
File renamed without changes.

0 comments on commit 3f1e72d

Please sign in to comment.