chore: add support for react-intl, mui, apolloql
This commit is contained in:
10
packages/web/src/components/App/index.tsx
Normal file
10
packages/web/src/components/App/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<FormattedMessage id="welcomeText" />
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
Reference in New Issue
Block a user