Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mluo24 committed Oct 14, 2023
1 parent 98133dc commit 72b04fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Apartment/AptInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { ReactElement } from 'react';
import Info from './Info';
import { Box, Card, CardContent, Divider, Grid } from '@material-ui/core';
import { Box, Divider } from '@material-ui/core';
import PropertyInfo from '../Review/PropertyInfo';
import { CardData } from '../../App';

Expand Down

0 comments on commit 72b04fb

Please sign in to comment.