allow site templates to support shared modules

This commit is contained in:
sbwalker
2025-10-07 08:09:34 -04:00
parent 27ba8dfeab
commit cf761f56d4
3 changed files with 27 additions and 9 deletions

View File

@ -7,15 +7,11 @@ using Oqtane.Infrastructure.SiteTemplates;
using Oqtane.Models;
using Oqtane.Repository;
using Oqtane.Shared;
using Oqtane.UI;
using Org.BouncyCastle.Pqc.Crypto.Lms;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.Serialization;
namespace Oqtane.Infrastructure
{