mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
update parcel so it actually works and doesn't crash
but still use postcss because otherwise blueprint.js doesn't compile
This commit is contained in:
@@ -31,9 +31,9 @@ export interface IOverviewComponentProps {
|
||||
fetchPhotos: () => void;
|
||||
}
|
||||
|
||||
export const OverviewComponent: React.FunctionComponent<IOverviewComponentProps> = (
|
||||
props,
|
||||
) => {
|
||||
export const OverviewComponent: React.FunctionComponent<
|
||||
IOverviewComponentProps
|
||||
> = (props) => {
|
||||
const [selectedPhoto, setSelectedPhoto] = React.useState<number>(0);
|
||||
const [isOverlayOpened, setOverlayOpen] = React.useState<boolean>(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user