Skip to content

Commit

Permalink
feat(libraries/modules): move commands.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nexpid committed Jan 3, 2025
1 parent b8caa57 commit e464ce9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion libraries/modules/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import type {
} from 'react-native'

import type { Message } from 'discord-types/general'
import type { Command } from './commands'
import type { Command } from './common/commands'
import type { MetroModuleFilePathKey } from './constants'
import type { lazyContextSymbol } from './utils/lazy'

Expand Down
5 changes: 0 additions & 5 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ declare global {
var React: typeof import('react')
var ReactNative: typeof import('react-native')

var __PYON_LOADER__: {
loaderName: string
loaderVersion: string
}

var __REACT_DEVTOOLS_GLOBAL_HOOK__: unknown | undefined
var __reactDevTools:
| {
Expand Down

0 comments on commit e464ce9

Please sign in to comment.