TOKEN_PROGRAM_ID not exported issue

Issue:
Attempted import error: ‘TOKEN_PROGRAM_ID’ is not exported from ‘@solana/spl-token’.

Solution:
Make sure you have at least solana/spl-token version 0.0.13. Check out your package.json
“@solana/spl-token”: “0.0.13”