index.js 114 B

123456
  1. import { gql } from './getGql'
  2. import {authLoginValidator} from './redirect'
  3. export { gql, authLoginValidator }