mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
Enable Flow Strict
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import CMS from 'netlify-cms-app';
|
||||
import PagePreview from './preview-templates/page-preview';
|
||||
import PostPreview from './preview-templates/post-preview';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import React from 'react';
|
||||
import type { Entry, WidgetFor } from '../../types';
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import React from 'react';
|
||||
import type { Entry, WidgetFor } from '../../types';
|
||||
|
||||
|
Reference in New Issue
Block a user