Skip to content

Commit ef0df63

Browse files
Fix formatting
1 parent 64b3062 commit ef0df63

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

apps/docs/app/routes/_docs/profil/ikoner.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
export 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

1616
function Page() {
1717
return (
@@ -64,7 +64,7 @@ function Page() {
6464
</div>
6565
<IconsGrid />
6666
</>
67-
)
67+
);
6868
}
6969

7070
function IconsGrid() {
@@ -76,11 +76,11 @@ function IconsGrid() {
7676
))}
7777
</div>
7878
</>
79-
)
79+
);
8080
}
8181

8282
function 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

Comments
 (0)