refactor(releases): move release-API + checksum types to ClaudeDo.Releases

This commit is contained in:
mika kuns
2026-04-23 14:09:40 +02:00
parent 41e0bea162
commit 46e01aefed
7 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
using System.Windows;
using ClaudeDo.Installer.Core;
using ClaudeDo.Releases;
using ClaudeDo.Installer.Steps;
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.Input;