Updated website, team and user save.
This commit is contained in:
6
src/app/(main)/websites/[id]/WebsiteContext.tsx
Normal file
6
src/app/(main)/websites/[id]/WebsiteContext.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
'use client';
|
||||
import { createContext } from 'react';
|
||||
|
||||
export const WebsiteContext = createContext(null);
|
||||
|
||||
export default WebsiteContext;
|
||||
Reference in New Issue
Block a user