Skip to content

Commit

Permalink
chore: reverse faker-js from online samples
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Nov 16, 2022
1 parent fbaa3f5 commit 169c2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docusaurus-sandpack/src/theme/CodeBlock/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext'
import './style.css'

const dataCode = `
import { faker } from '@faker-js/faker'
import faker from 'faker'
import { groupBy } from 'lodash'
import React from 'react'
Expand Down

0 comments on commit 169c2b2

Please sign in to comment.