mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-29 13:42:28 +02:00
Enable Flow Strict
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import React from 'react';
|
||||
import styles from './Copyright.module.scss';
|
||||
|
||||
@@ -12,4 +12,4 @@ const Copyright = ({ copyright }: Props) => (
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Copyright;
|
||||
export default Copyright;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import React from 'react';
|
||||
import renderer from 'react-test-renderer';
|
||||
import Copyright from './Copyright';
|
||||
|
@@ -1,2 +1,2 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
export { default } from './Copyright';
|
||||
|
Reference in New Issue
Block a user