mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
code formatting
This commit is contained in:
parent
25a715ddb3
commit
6ae7ff0d4b
@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
class ArtworkList extends React.Component {
|
||||
render () {
|
||||
render() {
|
||||
return (
|
||||
<ul>
|
||||
<li>This is an artwork</li>
|
||||
|
@ -2,4 +2,4 @@ class ArtworkListStore {
|
||||
constructor() {
|
||||
this.artworkList = [];
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user