import { GithubStrategy } from './github';

export const strategies = [GithubStrategy];