WebJamApps/CollegeLutheran

View on GitHub
src/containers/Stewardship/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import DefaultContent from './StewardshipContent';
import commonUtils from '../../lib/commonUtils';

export function Stewardship(): JSX.Element {
  commonUtils.setTitleAndScroll('Stewardship', window.screen.width);
  return (<DefaultContent />);
}