mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 08:37:25 +02:00
ESLintify Part 2 (#841)
* ESLintify Part 2 * Fix * Fix tests * Fix tests * Fix tests
This commit is contained in:
parent
4267337fb0
commit
5ac2cee658
42 changed files with 188 additions and 190 deletions
|
@ -11,7 +11,7 @@ const GridBlock = require('./GridBlock.js');
|
|||
|
||||
// A collection of components to provide to users
|
||||
module.exports = {
|
||||
MarkdownBlock: MarkdownBlock,
|
||||
Container: Container,
|
||||
GridBlock: GridBlock,
|
||||
MarkdownBlock,
|
||||
Container,
|
||||
GridBlock,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue