Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 6eef03d

Browse files
authored
Add missing using statement
1 parent 67fe321 commit 6eef03d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Our.Umbraco.DocTypeGridEditor/Bootstrap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using Umbraco.Core.Models;
77
using Umbraco.Core.Services;
88
using Umbraco.Web.Routing;
9+
using System;
910

1011
namespace Our.Umbraco.DocTypeGridEditor
1112
{

0 commit comments

Comments
 (0)