Skip to content

Commit

Permalink
Removed unnecessary using statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekChasse committed May 1, 2019
1 parent 23180b4 commit 922497c
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion Source/Flexor/Base/BaseFlexComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// </copyright>

using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.RenderTree;

namespace Flexor.Base
{
Expand Down
2 changes: 0 additions & 2 deletions Source/Flexor/Base/BaseFlexItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
// Copyright (c) Derek Chasse. All rights reserved.
// </copyright>

using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.RenderTree;

namespace Flexor.Base
{
Expand Down
1 change: 0 additions & 1 deletion Source/Flexor/Base/BaseFlexLine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// </copyright>

using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.RenderTree;

namespace Flexor.Base
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Flexor.Tests/AlignItemsOptionShould.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;

namespace Flexor.Tests
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Flexor.Tests/AlignSelfOptionShould.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;

namespace Flexor.Tests
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Flexor.Tests/DirectionOptionShould.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;

namespace Flexor.Tests
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Flexor.Tests/FluentAlignSelfShould.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Flexor.Tests
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Flexor.Tests/JustifyContentOptionShould.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;

namespace Flexor.Tests
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Flexor.Tests/OrderOptionShould.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;

namespace Flexor.Tests
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Flexor.Tests/ResizableOptionShould.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;

namespace Flexor.Tests
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Flexor.Tests/WrapOptionShould.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;

namespace Flexor.Tests
{
Expand Down

0 comments on commit 922497c

Please sign in to comment.