mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
import { BrandingAssets } from "@/components/branding-assets";
|
|
|
|
export default function BrandingAssetsPage() {
|
|
return <BrandingAssets />;
|
|
}
|