Update sites/svelte.dev/src/routes/(authed)/repl/[id]/UserMenu.svelte

pull/8831/head
Simon H 3 years ago committed by GitHub
parent 3645eecb9e
commit e130aa972e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,7 @@
<script>
import { getContext } from 'svelte';
import { Icon } from '@sveltejs/site-kit/components';
import { click_outside } from '@sveltejs/site-kit/actions';
import { focus_outside } from '@sveltejs/site-kit/actions';
import { click_outside, focus_outside } from '@sveltejs/site-kit/actions';
const { logout } = getContext('app');
export let user;

Loading…
Cancel
Save