migrate git gateway backend

This commit is contained in:
Shawn Erquhart
2018-07-23 17:13:34 -04:00
parent ef90fb9925
commit 8a0ffa7b9b
14 changed files with 141 additions and 195 deletions

View File

@ -0,0 +1,3 @@
export GitGatewayBackend from './implementation';
export AuthenticationPage from './AuthenticationPage';