Guillaume Bibeau-Laviolette 00b3663a6d big commerce logo
2022-06-06 14:24:32 -04:00

7 lines
130 B
TypeScript

import type { Brand } from '@vercel/commerce/types'
import { Logo } from './logo'
export const brand: Brand.Config = {
Logo,
}