Skip to content

Commit 8bcac39

Browse files
committed
Quick showcase of Reflame dependency analysis
1 parent d76b095 commit 8bcac39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/root.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
import missingModule from './missing-module.js'
2+
3+
console.log(missingModule)
4+
15
// JSX is supported out of the box using the new automatic transform,
26
// no need to import anything.
3-
export const Root = () => <div>Hello world from Reflame in TypeScript!</div>
7+
export const Root = () => <div>Hello world from Reflame in TypeScript!</div>

0 commit comments

Comments
 (0)