Skip to content

Commit 267c578

Browse files
Remove unused imports from tickets page
1 parent 6929e72 commit 267c578

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/routes/(init)/init/tickets/[username]/+page.server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { getTicketDocByUsername } from '../../(utils)/tickets';
22
import { error, redirect, type Actions } from '@sveltejs/kit';
33
import { getTicketContributions } from '../../(utils)/contributions';
4-
import { OAuthProvider } from 'appwrite';
5-
import { Account, Client } from 'node-appwrite';
6-
import { PUBLIC_APPWRITE_ENDPOINT, PUBLIC_APPWRITE_PROJECT_INIT_ID } from '$env/static/public';
74
import { loginGithub } from '../../(utils)/auth';
85

96
export const ssr = true;

0 commit comments

Comments
 (0)