14 lines
233 B
C#
14 lines
233 B
C#
|
using Microsoft.AspNetCore.Components;
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace Seenginx.Components
|
|||
|
{
|
|||
|
public class TabsBase : ComponentBase
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|