Skip to content

Commit

Permalink
Merge branch 'v2' of github.com:wesbos/Syntax into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
stolinski committed Jun 29, 2023
2 parents 91a7255 + 67ea3b5 commit 87e2585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/UserMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import { enhance } from '$app/forms';
import { loading } from '$state/loading';
import { form_action } from '$lib/form_action';
import SelectMenu from '$lib/SelectMenu.svelte';
export let user: User | null;
import type { User } from '@prisma/client';
Expand Down

1 comment on commit 87e2585

@vercel
Copy link

@vercel vercel bot commented on 87e2585 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sytnax-website-v2 – ./

sytnax-website-v2-git-v2-syntax.vercel.app
beta.syntax.fm
sytnax-website-v2-syntax.vercel.app

Please sign in to comment.