Skip to content

Commit

Permalink
Format source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin committed Jun 21, 2019
1 parent fdab3ad commit 9880584
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/module/sites.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
console.log( "===== simpread option sites load =====" )

import {storage} from 'storage';
import {browser} from 'browser';
import * as msg from 'message';
import {storage} from 'storage';
import {browser} from 'browser';
import * as msg from 'message';
import * as watch from 'watch';
import * as ss from 'stylesheet';
import * as ss from 'stylesheet';

import TextField from 'textfield';
import Button from 'button';
import TextField from 'textfield';
import Button from 'button';

class Card extends React.Component {

Expand Down

0 comments on commit 9880584

Please sign in to comment.