Can you use export with export default?

Can you use export and export default in the same file?

yup. just remember they use different import methods and require() doesnt work in browser

Thank you for the reply.