fix: import

This commit is contained in:
Tom Moor 2020-02-16 19:27:40 -08:00
parent 5a20f6322f
commit e18d0fdc77
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import { NotFoundError } from './errors';
import { Team } from './models';
import Home from './pages/Home';
import Changelog from './pages/Changelog';
import Developers from './pages/developers';
import Api from './pages/developers/Api';
import SubdomainSignin from './pages/SubdomainSignin';