Skip to content

Commit

Permalink
dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
blainekasten committed Feb 13, 2020
1 parent 8f8ad5b commit b5272dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wds-kitchen-sink/src/ClassNamed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import * as React from 'react';

export class ClassNamed extends React.Component {
render() {
return <h1>Named Expojsslrt Class</h1>;
return <h1>Named Export Class</h1>;
}
}

0 comments on commit b5272dc

Please sign in to comment.