We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33e2ac8 + 2a35694 commit 0b8f641Copy full SHA for 0b8f641
example/index.js
@@ -7,11 +7,21 @@ import {Provider} from 'react-redux';
7
// #### Register with the Hapi server
8
9
// remark-usage-ignore-next 5
10
-const Wrap = () => null;
11
-const Index = () => null;
12
-const Foo = () => null;
13
-const Bar = () => null;
14
-const NotFound = () => null;
+function Wrap() {
+ return null;
+}
+function Index() {
15
16
+function Foo() {
17
18
19
+function Bar() {
20
21
22
+function NotFound() {
23
24
25
26
export default {
27
server: {port: process.env.PORT},
0 commit comments