Skip to content

Commit 35055d4

Browse files
committed
add missing export class name
Add the name 'Article' to the export statement.
1 parent 5c5ae52 commit 35055d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-react-router/src/js/components/Article.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
export default class extends React.Component {
3+
export default class Article extends React.Component {
44
render() {
55
const { title } = this.props;
66

0 commit comments

Comments
 (0)