mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
Fix babel errors
This commit is contained in:
parent
d2eaf04ec7
commit
d17daaf1c3
5 changed files with 8 additions and 14 deletions
|
@ -16,10 +16,6 @@ const GridBlock = CompLibrary.GridBlock;
|
|||
const siteConfig = require(process.cwd() + "/siteConfig.js");
|
||||
|
||||
class Help extends React.Component {
|
||||
static defaultProps = {
|
||||
language: "en"
|
||||
};
|
||||
|
||||
render() {
|
||||
const supportLinks = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue