diff --git a/layouts/general_layout/GeneralFooter.jsx b/layouts/general_layout/GeneralFooter.jsx new file mode 100644 index 0000000..b40159f --- /dev/null +++ b/layouts/general_layout/GeneralFooter.jsx @@ -0,0 +1,15 @@ +import React from 'react' + +const GeneralFooter = () => { + const date = new Date(); + return ( + + ) +} + +export default GeneralFooter