diff --git a/src/components/layout/Banner/index.tsx b/src/components/layout/Banner/index.tsx new file mode 100644 index 00000000..66a95518 --- /dev/null +++ b/src/components/layout/Banner/index.tsx @@ -0,0 +1,15 @@ +import React, { FC } from 'react'; +import { FontIcon, FontIconName } from 'components/common/FontIcon'; +import styles from './styles.module.scss'; + +export const Banner: FC = () => { + return ( +