Skip to content

Commit 6ba7d6a

Browse files
authored
chore: remove unused exports (#2144)
1 parent e4a69f9 commit 6ba7d6a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

renderer/src/common/contexts/permissions/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { createContext, useCallback, useContext } from 'react'
22
import { PERMISSION_KEYS, type PermissionKey } from './permission-keys'
33

4-
export type { PermissionKey } from './permission-keys'
54
export { PERMISSION_KEYS } from './permission-keys'
65

76
export type Permissions = Record<PermissionKey, boolean>

renderer/src/features/mcp-servers/lib/get-env-vars-drift.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { PkgApiV1CreateRequest as V1CreateRequest } from '@common/api/generated/types.gen'
22
import type { RegistryEnvVar } from '@common/api/registry-types'
33

4-
export interface EnvVarDriftItem {
4+
interface EnvVarDriftItem {
55
name: string
66
required: boolean
77
secret: boolean

0 commit comments

Comments
 (0)