Skip to content

Commit

Permalink
amend core: split file things to separated project
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Aug 24, 2024
1 parent 2bdda9d commit 265dd0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/API/Helpers/Service.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using DFM.BusinessLogic;
using DFM.Exchange.Exporter;
using DFM.Files;
using DFM.Generic;
using DFM.Queue;
using Keon.MVC.Cookies;
Expand Down
2 changes: 1 addition & 1 deletion robot/Robot/Service.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using DFM.BusinessLogic.Exceptions;
using DFM.BusinessLogic.Response;
using DFM.Entities.Enums;
using DFM.Exchange.Exporter;
using DFM.Files;
using DFM.Generic;
using DFM.Generic.Datetime;
using DfM.Logs;
Expand Down
2 changes: 1 addition & 1 deletion site/MVC/Helpers/Service.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using DFM.BusinessLogic;
using DFM.Exchange.Exporter;
using DFM.Files;
using DFM.Generic;
using DFM.Queue;
using Keon.MVC.Cookies;
Expand Down

0 comments on commit 265dd0e

Please sign in to comment.