diff --git a/src/constants.ts b/src/constants.ts deleted file mode 100644 index 5df9d64..0000000 --- a/src/constants.ts +++ /dev/null @@ -1,7 +0,0 @@ -export enum UserRoles { - Anonymous = "anonymous", - Guest = "guest", - User = "user", - SystemAdministrator = "system_admin" -} - diff --git a/src/index.ts b/src/index.ts index 6c2119e..d1658a5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,2 @@ -export * from './constants'; export * from './jupyterlab'; export * from './state'; \ No newline at end of file