pnpm prepr

This commit is contained in:
tdgao
2026-03-15 19:39:35 -06:00
parent 36df874508
commit 36adc7b881
2 changed files with 0 additions and 5 deletions
@@ -322,9 +322,6 @@ const formatDate = useFormatDateTime({
day: 'numeric',
})
// Router
const router = useRouter()
// Single DI injection
const {
projectV2: project,
@@ -307,8 +307,6 @@ const handleOpenEditVersionModal = (versionId, projectId, stageId) => {
const emit = defineEmits(['onDownload', 'deleteVersion'])
const router = useNativeRouter()
const baseDropdownId = useId()
function getPrimaryFile(version) {