Skip to content

Commit 37af899

Browse files
committed
chore: lint fixed.
1 parent 1492207 commit 37af899

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

platforms/pictique/src/routes/(protected)/post/+page.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script lang="ts">
2-
import { goto } from '$app/navigation';
3-
import { SettingsTile, UploadedPostView } from '$lib/fragments';
4-
import { audience, uploadedImages } from '$lib/store/store.svelte';
2+
import { UploadedPostView } from '$lib/fragments';
3+
import { uploadedImages } from '$lib/store/store.svelte';
54
import { createPost } from '$lib/stores/posts';
65
import { Button, Textarea } from '$lib/ui';
76
import { revokeImageUrls } from '$lib/utils';

0 commit comments

Comments
 (0)