aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/store/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/entries/store/index.ts')
-rw-r--r--extension/src/entries/store/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/src/entries/store/index.ts b/extension/src/entries/store/index.ts
index e3eef2f..8be57ff 100644
--- a/extension/src/entries/store/index.ts
+++ b/extension/src/entries/store/index.ts
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Vaughn Nugent
+// Copyright (C) 2024 Vaughn Nugent
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
@@ -24,6 +24,7 @@ export * from './allowedOrigins'
export * from './features'
export * from './identity'
export * from './mfaconfig'
+export * from './permissions'
export const useStore = defineStore({
id: 'main',