What is this in react import { HomePage } from ‘@/HomePage’

I know its importing a file but I don’t know what the “@” stands for, I have seen a bunch of code snippets using this same syntax.

I tried implementing the same scenario in any way I thought could be possible but still no success