Skip to content

Commit

Permalink
[milzipmoza-developers#2] fix - import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevLuffy committed Feb 5, 2020
1 parent e0ac12f commit 1f635ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/RentHistoryElement.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Row} from "react-bootstrap";
import RentHistoryItem from "../atoms/RentHistoryItem";
import * as React from "react";
import {IHistory} from "../../pages/dashboard";
import {IHistory} from "../../models/interfaces";

const RentHistoryElement = (history: IHistory) => {

Expand Down

0 comments on commit 1f635ad

Please sign in to comment.