strip out bazel, grpc

This commit is contained in:
41666 2020-11-22 01:03:36 -05:00
parent c8adad6c81
commit 1dd910a5f6
290 changed files with 22037 additions and 32177 deletions

View file

@ -1,6 +1,6 @@
import { Hero } from 'roleypoly/src/design-system/atoms/hero';
import { AppShell } from 'roleypoly/src/design-system/organisms/app-shell';
import { Preauth, PreauthProps } from 'roleypoly/src/design-system/organisms/preauth';
import { Hero } from 'roleypoly/design-system/atoms/hero';
import { AppShell } from 'roleypoly/design-system/organisms/app-shell';
import { Preauth, PreauthProps } from 'roleypoly/design-system/organisms/preauth';
import * as React from 'react';
export type AuthLoginProps = PreauthProps;