Skip to content

Commit 7c1d2da

Browse files
authored
Trigger linter fix commit
1 parent 7bc5870 commit 7c1d2da

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/HomepageFeatures/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
import clsx from 'clsx'
34
import styles from './styles.module.css'
45

src/components/Md5Generator/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default function Md5Generator() {
1010
setText(e.target.value)
1111
const salt = Math.floor(Math.random() * (99999 - 10000 + 1)) + 10000
1212
const encrypted =
13+
1314
`md5:${salt}:${require('md5')(salt + e.target.value)}`
1415
setMd5(encrypted)
1516
}

src/components/Sponsors/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
import Link from '@docusaurus/Link'
34

45
import styles from './styles.module.css'

src/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
import clsx from 'clsx'
34
import Link from '@docusaurus/Link'
45
import useDocusaurusContext from '@docusaurus/useDocusaurusContext'

0 commit comments

Comments
 (0)