Skip to content

Commit

Permalink
import Head in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 5, 2023
1 parent 4e6983c commit 06030cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/app/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { createServerSideHelpers } from '@trpc/react-query/server';
import { GetServerSidePropsContext } from 'next';
import { getServerSession } from 'next-auth';
import superjson from 'superjson';
import Head from 'next/head';

import { appRouter } from '@/server/trpc/router/_app';
import { createContextInner } from '@server/trpc/context';
Expand Down
1 change: 1 addition & 0 deletions src/pages/app/profile.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from 'react';
import Head from 'next/head';

import ProfilePage from '@/components/home/Profile';

Expand Down

0 comments on commit 06030cf

Please sign in to comment.