Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Commit 23060fc

Browse files
Removed unused using statements
1 parent 34bfcfb commit 23060fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Our.Umbraco.NestedContent/Web/Controllers/NestedContentApiController.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.Linq;
4-
using Our.Umbraco.NestedContent.Extensions;
53
using Umbraco.Web.Editors;
64
using Umbraco.Web.Mvc;
7-
using System.Web.Http.ModelBinding;
85

96
namespace Our.Umbraco.NestedContent.Web.Controllers
107
{

0 commit comments

Comments
 (0)