Skip to content

Commit

Permalink
rename directory to tokenGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Mar 22, 2024
1 parent 9516d79 commit bd052b9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion token/js/src/extensions/extensionType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MULTISIG_SIZE } from '../state/multisig.js';
import { ACCOUNT_TYPE_SIZE } from './accountType.js';
import { CPI_GUARD_SIZE } from './cpiGuard/index.js';
import { DEFAULT_ACCOUNT_STATE_SIZE } from './defaultAccountState/index.js';
import { TOKEN_GROUP_SIZE, TOKEN_GROUP_MEMBER_SIZE } from './group/index.js';
import { TOKEN_GROUP_SIZE, TOKEN_GROUP_MEMBER_SIZE } from './tokenGroup/index.js';
import { GROUP_MEMBER_POINTER_SIZE } from './groupMemberPointer/state.js';
import { GROUP_POINTER_SIZE } from './groupPointer/state.js';
import { IMMUTABLE_OWNER_SIZE } from './immutableOwner.js';
Expand Down
2 changes: 1 addition & 1 deletion token/js/src/extensions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export * from './accountType.js';
export * from './cpiGuard/index.js';
export * from './defaultAccountState/index.js';
export * from './extensionType.js';
export * from './group/index.js';
export * from './tokenGroup/index.js';
export * from './groupMemberPointer/index.js';
export * from './groupPointer/index.js';
export * from './immutableOwner.js';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bd052b9

Please sign in to comment.