We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fc12c commit d0e4a3cCopy full SHA for d0e4a3c
exercises/01.styling/02.problem.asset-imports/app/root.tsx
@@ -1,6 +1,6 @@
1
import { type LinksFunction } from '@remix-run/node'
2
import { Links, LiveReload, Scripts } from '@remix-run/react'
3
-// 🐨 import the svg favicon here (use a default import)
+// 🐨 Import the SVG favicon, named as 'faviconAssetUrl', using a default import statement.
4
import { KCDShop } from './kcdshop.tsx'
5
6
export const links: LinksFunction = () => {
0 commit comments