import React from 'react'; const Theme = props => { const { themePath } = props; if (!themePath) { return null; } return ; }; export default Theme;