Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Jan 17, 2024
1 parent 7039742 commit 53a92bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/transformers/automatic-key-insertion/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ts from 'typescript';

import { getComponentTagName,isStaticGetter } from '../transform-utils';
import { getComponentTagName, isStaticGetter } from '../transform-utils';
import { deriveJSXKey } from './utils';

/**
Expand Down

0 comments on commit 53a92bc

Please sign in to comment.