Skip to content

Commit

Permalink
priv pol metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOooh committed Jan 28, 2024
1 parent 03f1130 commit b58dca6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/app/src/app/(combo)/(legal)/privacy-policy/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import React from 'react';
import { privacyPolicy } from './privacyPolicy';
import { Metadata } from 'next';

type Props = {};
export const metadata: Metadata = {
title: 'Event Dee - Privacy Policy',
};

export default function PrivacyPolicy({}: Props) {
export default function PrivacyPolicy() {
return (
<>
<h1>PrivacyPolicy</h1>
Expand Down

0 comments on commit b58dca6

Please sign in to comment.