import React from 'react'; let num = 10; const Sub = () => { console.log('sub'); return (

Sub

); }; export { num }; export default Sub;