Why Does User U05A7KLNALC Consistently Import Axios from @Phil/platform Instead of @pipedream/platform?

This topic was automatically generated from Slack. You can find the original thread here.

Why does keep writing code that starts with "

import { axios } from "@Phil/platform";

instead of 

import { axios } from "@pipedream/platform";?

I apologize for any confusion caused. The correct import statement should be: ```
import { axios } from “@pipedream/platform”;

every time I use that code line, it give an error and I have to change it to import { axios } from@pipedream/platform”;

I apologize for any confusion. You should use the following import statement for Pipedream components: ```
import { axios } from “@pipedream/platform”;