We have a couple ([1](https://github.com/NobleJS/WinningJS-todo/blob/07083e3e2672c8533e9dc30ecbd6f10bb58b9885/components/TodosPage/NavBar/index.js), [2](https://github.com/NobleJS/WinningJS-todo/blob/master/components/AboutPage/index.js)) components that are super-simple. Create a utility that will DRY up those modules into: ``` js "use strict"; module.exports = require("WinningJS/lib/ui").simpleRenderable(require("./template")); ```