TS2632error TS2632: Cannot assign to path because it is an import.Broken Code ❌123import path from 'node:path';path = {};Fixed Code ✔️1const path = {};