refactor: Update using statements for relocated types

Updates imports across the codebase to reference the new namespaces
for Formatting utilities, Document, BinFileSaver, and Toolbox.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-30 08:07:59 -05:00
parent 8bbab7beda
commit 3ee3ba7556
6 changed files with 6 additions and 23 deletions

View File

@@ -1,8 +1,6 @@
using CutList.Common;
using CutList.Forms;
using CutList.Models;
using Newtonsoft.Json;
using System;
using System.IO;
namespace CutList.Services
{