Skip to content

Commit

Permalink
Fix import path for InvalidParameterException
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrchandran committed Mar 8, 2024
1 parent d1ed09b commit 448a059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
CardPadding,
CardProgrammingLanguage,
} from './src/entities/options.js'
import { InvalidParameterException } from './helpers/exceptions.js';
import { InvalidParameterException } from './src/helpers/exceptions.js';

export { RaySo, CardTheme, CardPadding, CardProgrammingLanguage, InvalidParameterException }
export default RaySo

0 comments on commit 448a059

Please sign in to comment.