mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 04:04:27 +02:00
Enable Flow Strict
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
export { default as useSiteMetadata } from './use-site-metadata';
|
||||
export { default as useCategoriesList } from './use-categories-list';
|
||||
export { default as useTagsList } from './use-tags-list';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import { useStaticQuery, graphql } from 'gatsby';
|
||||
|
||||
const useCategoriesList = () => {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import { useStaticQuery, graphql } from 'gatsby';
|
||||
|
||||
const useSiteMetadata = () => {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import { useStaticQuery, graphql } from 'gatsby';
|
||||
|
||||
const useTagsList = () => {
|
||||
|
Reference in New Issue
Block a user