We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8dab32 + 4e904de commit 1404377Copy full SHA for 1404377
README.md
@@ -520,7 +520,7 @@ This `const`/`type` pattern allows us to use TypeScript's string literal types i
520
Next, we'll create a set of actions and functions that can create these actions in `src/actions/index.tsx`.
521
522
```ts
523
-import * as constants from '../constants'
+import * as constants from '../constants';
524
525
export interface IncrementEnthusiasm {
526
type: constants.INCREMENT_ENTHUSIASM;
0 commit comments