Skip to content

Commit

Permalink
suppress eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Dec 7, 2023
1 parent b4c025e commit 1d18847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/new-page/new-page.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import './new-page.scss';

// eslint-disable-next-line
export default () => (
<React.Fragment>
<h2 className={'content-block'}>New Page</h2>
Expand Down

0 comments on commit 1d18847

Please sign in to comment.