Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomcv committed Jul 19, 2020
1 parent 18ddf73 commit bd7f75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LocationSelector/LocationSelector.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FunctionComponent, ChangeEventHandler } from 'react';
import './LocationSelector.css';
import { Location } from '../../sharedTypes';
import './LocationSelector.css';

interface LocationSelectorProps {
onChange: ChangeEventHandler<HTMLSelectElement>;
Expand Down

0 comments on commit bd7f75c

Please sign in to comment.