Unlock this challenge:
Why did Ryan prefix the package name with a ~ when importing a CSS module?
~
It's required when importing a package from your home directory.
It makes the path relative.
It makes the path absolute.
It's required when importing a package from the node_modules/ directory.
node_modules/