Skip to content

Commit 836e5a2

Browse files
Update OrderDataContext.tsx
1 parent be8a357 commit 836e5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/contexts/OrderDataContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
"use client";
33
import type { AuthenticatedUser, UserRole } from '@/lib/types';
4-
import React, { createContext,, useState, useEffect, ReactNode, useCallback } from 'react';
4+
import React, { createContext, useState, useEffect, ReactNode, useCallback } from 'react';
55
import { createClient } from '@/lib/supabaseClient';
66
import type { AuthError, User as SupabaseAuthUser, SignUpWithPasswordCredentials } from '@supabase/supabase-js';
77
import type { Database } from '@/lib/database.types';

0 commit comments

Comments
 (0)