Description:
import logSymbols from "log-symbols" is present in script.ts but logSymbols is never referenced anywhere in the file. This is a dead import that adds unnecessary weight to the bundle and causes a lint warning.
File: script.ts
Expected: Remove the unused import.