Skip to content

Commit 0bbd0f8

Browse files
author
Evan Greer
committed
Revert "minor updates"
This reverts commit 6f502f9.
1 parent 6f502f9 commit 0bbd0f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SampleApp/typescript/ts/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414

1515
// ITERABLE:
1616
// Make sure you have a file called Config.js and your apiKey is in there.
17-
import { iterableAPIKey } from './Config.Sample'
17+
import { iterableAPIKey } from './Config'
1818

1919
interface Props { }
2020
export default class App extends React.Component {

SampleApp/typescript/ts/Config.Sample.ts

-1
This file was deleted.

0 commit comments

Comments
 (0)