mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
12 lines
208 B
TypeScript
12 lines
208 B
TypeScript
// import { Authing } from './authing';
|
|
import { Firebase } from './firebase';
|
|
|
|
export function Login() {
|
|
return (
|
|
<>
|
|
{/* <Authing /> */}
|
|
<Firebase />
|
|
</>
|
|
);
|
|
}
|