parent
77df3038aa
commit
bffaad05ee
@ -0,0 +1,11 @@
|
||||
using Autofac;
|
||||
|
||||
namespace Recyclarr.Gui;
|
||||
|
||||
public static class CompositionRoot
|
||||
{
|
||||
public static void Setup(ContainerBuilder builder)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in new issue