import React from 'react'; const footStyle: React.CSSProperties = { position: 'fixed', bottom: 0, left: 0, height: '40px', width: '100%', backgroundColor: 'red', } export default function Foot() { return (
footer
) }