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>
<NavRow
level={1}
links={[
{
href: '/Button',
label: 'Button',
},
{
href: '/Chips',
label: 'Chips',
},
{
href: '/NavRow',
label: 'NavRow',
},
]} />
level={1}
links={[
{
href: '/Button',
label: 'Button',
},
{
href: '/Chips',
label: 'Chips',
},
{
href: '/NavRow',
label: 'NavRow',
},
]} />
```