Skip to content

Commit

Permalink
refactor: add extension for import
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Sep 16, 2023
1 parent 9568807 commit e92a269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portfolio/src/components/pages/index/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import EnvelopeSimpleIcon from '../../icons/EnvelopeSimpleIcon.astro';
import GitHubIcon from '../../icons/GitHubIcon.astro';
import PencilSimpleLineIcon from '../../icons/PencilSimpleLineIcon.astro';
import type { IconProps } from '../../icons/types';
import type { IconProps } from '../../icons/types.js';
interface Props {
class?: string | null;
Expand Down

0 comments on commit e92a269

Please sign in to comment.