Skip to content

Commit 68da030

Browse files
committed
lint
1 parent 2c8c8dc commit 68da030

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/template-retail-react-app/app/pages/login/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* SPDX-License-Identifier: BSD-3-Clause
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
7+
78
import React, {useEffect, useState} from 'react'
89
import PropTypes from 'prop-types'
910
import {useIntl, defineMessage, FormattedMessage} from 'react-intl'

packages/template-retail-react-app/app/pages/registration/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* SPDX-License-Identifier: BSD-3-Clause
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
7+
78
import React, {useEffect} from 'react'
89
import PropTypes from 'prop-types'
910
import {useIntl, FormattedMessage} from 'react-intl'

0 commit comments

Comments
 (0)