Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
feat(crypto): rename user file to api
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and alimd committed Dec 4, 2023
1 parent 87c3584 commit 52343ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/crypto/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {definePackage} from '@alwatr/logger';

export * from './hash.js';
export * from './token.js';
export * from './user.js';
export * from './api.js';
export * from './type.js';
export * from './pre-config.js';

Expand Down

0 comments on commit 52343ea

Please sign in to comment.