Skip to content

Commit

Permalink
fix: import react/jsx-runtime error (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisre authored Apr 12, 2022
1 parent 14e6eeb commit 4925770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import countries from './countries';
import type { Country as CountryType } from './utils';
import {
Expand Down

1 comment on commit 4925770

@vercel
Copy link

@vercel vercel bot commented on 4925770 Apr 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.