Skip to content

Commit

Permalink
chore: cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
siimsams committed Oct 23, 2024
1 parent 1b99bdb commit 05c6e9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions src/createBrowserClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { parse, serialize } from "cookie";
import { createClient, SupabaseClient } from "@supabase/supabase-js";
import type {
GenericSchema,
Expand All @@ -7,21 +6,13 @@ import type {

import { VERSION } from "./version";
import {
DEFAULT_COOKIE_OPTIONS,
combineChunks,
createChunks,
deleteChunks,
isBrowser,
isChunkLike,
} from "./utils";

import type {
CookieMethodsBrowser,
CookieMethodsBrowserDeprecated,
CookieOptions,
CookieOptionsWithName,
GetAllCookies,
SetAllCookies,
} from "./types";

import { createStorageFromOptions } from "./cookies";
Expand Down
8 changes: 0 additions & 8 deletions src/createServerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ import type {
} from "@supabase/supabase-js/dist/module/lib/types";

import { VERSION } from "./version";
import {
DEFAULT_COOKIE_OPTIONS,
combineChunks,
createChunks,
deleteChunks,
isBrowser,
isChunkLike,
} from "./utils";
import { createStorageFromOptions, applyServerStorage } from "./cookies";
import type {
CookieOptionsWithName,
Expand Down

0 comments on commit 05c6e9a

Please sign in to comment.