mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
import Footer from './Footer';
|
|
import css from './FooterExample.css';
|
|
|
|
export const Default = {
|
|
component: Footer,
|
|
props: { className: css.example },
|
|
};
|