Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaDev committed Jan 6, 2025
1 parent 5ae45f3 commit f013d13
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/lucide-astro/src/createLucideIcon.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { mergeClasses, toKebabCase } from './utils';
import type { AstroComponentFactory } from 'astro/runtime/server/render/astro/factory.js';
import type { IconNode } from './types';
import {
render,
renderSlot,
createComponent,
renderComponent,
} from 'astro/compiler-runtime';
import { render, renderSlot, createComponent, renderComponent } from 'astro/compiler-runtime';
import Icon from './Icon.astro';

export default (iconName: string, iconNode: IconNode): AstroComponentFactory => {
Expand Down

0 comments on commit f013d13

Please sign in to comment.