It has a `default` element to the compiled object, but you must manually link it. Currently: ```JS const module = require('module').default; ``` We want ```JS const module = require('module'); ```