mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-03 16:13:01 +02:00
Enable Flow Strict
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import React from 'react';
|
||||
import Helmet from 'react-helmet';
|
||||
import type { Node as ReactNode } from 'react';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import React from 'react';
|
||||
import renderer from 'react-test-renderer';
|
||||
import Layout from './Layout';
|
||||
|
@@ -1,2 +1,2 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
export { default } from './Layout';
|
||||
|
Reference in New Issue
Block a user