Skip to content

Commit

Permalink
Merge pull request #16 from SteveVaneeckhout/master
Browse files Browse the repository at this point in the history
Add using statement
  • Loading branch information
TimGeyssens authored Nov 29, 2018
2 parents d582680 + 5b58dbf commit e7adf5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PageNotFoundManager/Config.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Caching;
Expand Down

0 comments on commit e7adf5a

Please sign in to comment.