From b59c239041ce27dd2a4cc861bf894cad32b1cfd5 Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Wed, 21 Sep 2022 15:05:09 +0200 Subject: [PATCH] :pencil2: Fix typo --- Sources/Data/Stub.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Sources/Data/Stub.cs b/Sources/Data/Stub.cs index 04492b5..701eb9b 100644 --- a/Sources/Data/Stub.cs +++ b/Sources/Data/Stub.cs @@ -1,7 +1,6 @@ -using Data; -using Model; +using Model; -namespace Stub +namespace Data { public class Stub : ILoader {