mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Updated website, team and user save.
This commit is contained in:
parent
2fa50892d8
commit
fec81695e8
15 changed files with 128 additions and 117 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue