Skip to content

Commit 10d07b7

Browse files
committed
[DO NOT MERGE] Creating a type error to test new GitHub Action
1 parent 6d2eae5 commit 10d07b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/Support/Support.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export interface ISupportProps {
1818
sampleProp?: string;
1919
}
2020

21+
const foo: string = 3;
22+
2123
// eslint-disable-next-line prefer-const
2224
let Support: React.FunctionComponent<ISupportProps> = () => (
2325
<PageSection>

0 commit comments

Comments
 (0)