This commit is contained in:
Tom Moor
2018-05-26 17:59:34 -07:00
parent b495dce043
commit 5bebb7351d
4 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,5 @@
// @flow
import Queue from 'bull';
import debug from 'debug';
import services from './services';
import { Collection, Document } from './models';

View File

@ -68,7 +68,11 @@ export default function About() {
<strong>Jori Lallo</strong>
</div>
<div>
<a href="https://twitter.com/jorilallo" target="_blank" rel="noopener noreferrer">
<a
href="https://twitter.com/jorilallo"
target="_blank"
rel="noopener noreferrer"
>
@jorilallo
</a>
</div>
@ -80,7 +84,11 @@ export default function About() {
<strong>Tom Moor</strong>
</div>
<div>
<a href="https://twitter.com/tommoor" target="_blank" rel="noopener noreferrer">
<a
href="https://twitter.com/tommoor"
target="_blank"
rel="noopener noreferrer"
>
@tommoor
</a>
</div>

View File

@ -1,7 +1,6 @@
// @flow
import * as React from 'react';
import path from 'path';
import fs from 'fs-extra';
import Koa from 'koa';
import Router from 'koa-router';
import sendfile from 'koa-sendfile';