Run pnpm format

This commit is contained in:
venashial
2022-06-21 22:47:15 -07:00
parent bd3dd69ae1
commit ff88f242fa
2 changed files with 15 additions and 15 deletions

0
.githooks/pre-push Normal file → Executable file
View File

View File

@@ -36,19 +36,19 @@
</script> </script>
<NavRow <NavRow
level={1} level={1}
links={[ links={[
{ {
href: '/Button', href: '/Button',
label: 'Button', label: 'Button',
}, },
{ {
href: '/Chips', href: '/Chips',
label: 'Chips', label: 'Chips',
}, },
{ {
href: '/NavRow', href: '/NavRow',
label: 'NavRow', label: 'NavRow',
}, },
]} /> ]} />
``` ```