mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
import type { Brand } from '@vercel/commerce/types'
|
|
import { Logo } from './logo'
|
|
|
|
export const brand: Brand.Config = {
|
|
Logo,
|
|
}
|