Skip to content

Commit

Permalink
ar(feat) [DPCP-40]: Parse Services.
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 26, 2024
1 parent 0bbe077 commit 7bc5838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/[locale]/components/server/blocks/topnav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { VTopNav } from '@blocks/client';


interface ITopNavProps {
user?: UserSchema | undefined;
user?: any;
services?: any;
}

interface ISignInData {
Expand Down

0 comments on commit 7bc5838

Please sign in to comment.