Frontend Crew Talk Quiz

Question 1/7
What naming a folder with _ at the start does in app directory ?
1
Naming folder starting with _ exludes all pages in that directory from a sitemap
2
Naming folder starting with _ treats pages inside this folder as non-indexable
3
Naming folder starting with _ allows new Typescript plugin to work correctly
4
Naming folder starting with _ exludes all pages in the directory and they won't be reachable
What import path is used for importing useRouter in app directory?
1
It's next/navigation
2
Same as previously (next/router)
3
It's next/link
4
It's next