diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2025-12-30 13:46:39 +0200 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2025-12-30 13:46:39 +0200 |
| commit | c3dcb9c827df6d80ad1b0b1a7c6155561527b39d (patch) | |
| tree | 76d8b9e706f9e8fcf7acc157a633905ff16c6b74 /src/lib/contexts/index.ts | |
init
Diffstat (limited to 'src/lib/contexts/index.ts')
| -rw-r--r-- | src/lib/contexts/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/contexts/index.ts b/src/lib/contexts/index.ts new file mode 100644 index 0000000..61ebbe8 --- /dev/null +++ b/src/lib/contexts/index.ts @@ -0,0 +1,2 @@ +export * from './Auth.context'; +export * from './Global.context'; |
