Skip to content

Commit

Permalink
Merge pull request #34 from NikolayBaranovv/fix-allow-synthetic-defau…
Browse files Browse the repository at this point in the history
…lt-imports

fix allow synthetic default import
  • Loading branch information
antonfisher authored Oct 13, 2021
2 parents 4de8633 + de9a1ab commit 234e052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, {ChangeEvent, CSSProperties, ReactElement} from 'react';
import * as React from 'react';
import {ChangeEvent, CSSProperties, ReactElement} from 'react';

const DEFAULT_COLON = ':';
const DEFAULT_VALUE_SHORT = `00${DEFAULT_COLON}00`;
Expand Down

0 comments on commit 234e052

Please sign in to comment.