chore: fix types

This commit is contained in:
Bereket Engida
2025-07-07 19:00:15 -07:00
parent 0bff4af96b
commit 2007ebbc90

View File

@@ -2,20 +2,14 @@ import { z } from "zod";
import type { Prettify } from "../types/helper";
import { apple } from "./apple";
import { discord } from "./discord";
import { dropbox } from "./dropbox";
import { facebook } from "./facebook";
import { github } from "./github";
import { gitlab } from "./gitlab";
import { google } from "./google";
import { kick } from "./kick";
import { linkedin } from "./linkedin";
import { huggingface } from "./huggingface";
import { microsoft } from "./microsoft-entra-id";
import { notion } from "./notion";
import { reddit } from "./reddit";
import { roblox } from "./roblox";
import { spotify } from "./spotify";
import { tiktok } from "./tiktok";
import { twitch } from "./twitch";
import { twitter } from "./twitter";
import { dropbox } from "./dropbox";
@@ -25,7 +19,6 @@ import { gitlab } from "./gitlab";
import { tiktok } from "./tiktok";
import { reddit } from "./reddit";
import { roblox } from "./roblox";
import { z } from "zod";
import { vk } from "./vk";
import { zoom } from "./zoom";
export const socialProviders = {