Skip to content

Commit

Permalink
fix: export VK attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEVolk committed May 3, 2024
1 parent 603a38d commit 376d260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/platform-vk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import VkAttachment from './attachment.js';
import VkPlatform from './platform/index.js';

export { VkAttachment };
export default VkPlatform;

0 comments on commit 376d260

Please sign in to comment.