diff --git a/src/app/Support/Support.tsx b/src/app/Support/Support.tsx index 391e67ec..f6f045cc 100644 --- a/src/app/Support/Support.tsx +++ b/src/app/Support/Support.tsx @@ -18,6 +18,8 @@ export interface ISupportProps { sampleProp?: string; } +const foo: string = 3; + // eslint-disable-next-line prefer-const let Support: React.FunctionComponent = () => (