Skip to content

Commit

Permalink
wrapRootElement is a render function
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 2, 2020
1 parent dd47e0a commit e1dc210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable import/prefer-default-export, react/prop-types */
/* eslint-disable import/prefer-default-export */
import React from 'react';
import TopLayout from './TopLayout';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable import/prefer-default-export, react/prop-types */
/* eslint-disable import/prefer-default-export */
import React from 'react';
import TopLayout from './TopLayout';

Expand Down

0 comments on commit e1dc210

Please sign in to comment.