Fixed namespace

This commit is contained in:
Darth Affe 2024-03-23 03:43:17 +01:00
parent 8f5f5c7354
commit 371eb5a773
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using StableDiffusion.NET.Extensions;
namespace StableDiffusion.NET;

View File

@ -1,7 +1,7 @@
using System;
using System.ComponentModel;
namespace StableDiffusion.NET.Extensions;
namespace StableDiffusion.NET;
internal static class EnumExtension
{