fix: add header, footer components
This commit is contained in:
5
src/widgets/footer/ui.tsx
Normal file
5
src/widgets/footer/ui.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import s from './styles.module.scss';
|
||||
|
||||
export default function Footer() {
|
||||
return <footer className={s.Footer}>footer</footer>;
|
||||
}
|
||||
Reference in New Issue
Block a user