Skip to content

Commit

Permalink
Fix jsx again
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Aug 1, 2024
1 parent 0c642de commit 0ece451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript/src/components/ImportStatement.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { computed, mapJoin, memo, SourceDirectoryContext, useContext, useScope } from "@alloy-js/core";
import { ImportedSymbol, ImportRecords, TSModuleScope, TSOutputSymbol, TSPackageScope } from "../symbols.js";
import { usePackage } from "./PackageDirectory.jsx";
import { usePackage } from "./PackageDirectory.js";
import { relative } from "pathe";
import { modulePath } from "../utils.js";

Expand Down

0 comments on commit 0ece451

Please sign in to comment.