import React from 'react';
import './ExampleComponent.scss';
function ExampleComponent() {
return (
Welcome to Catalyst React+Typescript starter
We are using:
-
React for building beautiful user interfaces
-
Sass for styling it
-
Typescript for typechecking
-
Testing Library for Unit Testing
-
ESLint and Stylelint for static code analysis
-
Prettier for code formatting
-
Webpack for bundling modules
If you want to improve it, please submit a pull request to{' '}
https://github.com/catalyst/catalyst-frontend
);
}
export default ExampleComponent;