1- import * as icons from '@obosbbl/grunnmuren-icons-react'
2- import { Box , Download , Figma , Github } from '@obosbbl/grunnmuren-icons-react'
3- import { Button , Card } from '@obosbbl/grunnmuren-react'
4- import { createFileRoute } from '@tanstack/react-router'
1+ import * as icons from '@obosbbl/grunnmuren-icons-react' ;
2+ import { Box , Download , Figma , Github } from '@obosbbl/grunnmuren-icons-react' ;
3+ import { Button , Card } from '@obosbbl/grunnmuren-react' ;
4+ import { createFileRoute } from '@tanstack/react-router' ;
55
66export const Route = createFileRoute ( '/_docs/profil/ikoner' ) ( {
77 component : Page ,
@@ -11,7 +11,7 @@ export const Route = createFileRoute('/_docs/profil/ikoner')({
1111 { name : 'description' , content : 'Grunnmuren sitt ikonsett' } ,
1212 ] ,
1313 } ) ,
14- } )
14+ } ) ;
1515
1616function Page ( ) {
1717 return (
@@ -64,7 +64,7 @@ function Page() {
6464 </ div >
6565 < IconsGrid />
6666 </ >
67- )
67+ ) ;
6868}
6969
7070function IconsGrid ( ) {
@@ -76,11 +76,11 @@ function IconsGrid() {
7676 ) ) }
7777 </ div >
7878 </ >
79- )
79+ ) ;
8080}
8181
8282function IconCard ( { iconName, Icon } ) {
83- const downloadSvgLink = `/resources/icons/${ iconName } .svg`
83+ const downloadSvgLink = `/resources/icons/${ iconName } .svg` ;
8484
8585 return (
8686 < Card className = "bg-gray-lightest" key = { iconName } >
@@ -96,5 +96,5 @@ function IconCard({ iconName, Icon }) {
9696 < Download className = "flex-none" />
9797 </ Button >
9898 </ Card >
99- )
99+ ) ;
100100}
0 commit comments