// This file is used by `pnpm dev` as a sample input for testing codemods. // Feel free to replace its contents with whatever code you want to transform. const greeting = "hello"; console.log(greeting);