👕
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
// @flow
|
||||
import Queue from 'bull';
|
||||
import debug from 'debug';
|
||||
import services from './services';
|
||||
import { Collection, Document } from './models';
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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';
|
||||
|
Reference in New Issue
Block a user