Skip to content

Commit 1b4fbee

Browse files
committed
chore: remove todos
1 parent 0e20b31 commit 1b4fbee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/devtools-vite/src/app/components/data/ChunkDetails.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ withDefaults(defineProps<{
3535
</div>
3636
</div>
3737

38-
<!-- TODO -->
3938
<template v-if="showImports && chunk.imports.length > 0">
4039
<div op50>
4140
Imports
4241
</div>
4342
<div flex="~ col gap-1" ws-nowrap>
44-
<!-- TODO -->
4543
<DisplayChunkImports
4644
v-for="(importChunk, index) in chunk.imports"
4745
:key="index"

0 commit comments

Comments
 (0)