Revert "Launch"

This commit is contained in:
Frikky
2021-11-14 23:36:13 +01:00
committed by GitHub
parent e7b3480e6c
commit 220f7308b6
63 changed files with 31323 additions and 42417 deletions
+8 -4
View File
@@ -1,7 +1,11 @@
import React from "react";
import React, { } from 'react';
const Oauth2 = (props) => {
return <div>tmp</div>;
};
return (
<div>
tmp
</div>
)
}
export default Oauth2;
export default Oauth2;