Skip to content

Commit c0a252e

Browse files
committed
推送测试
1 parent fbfb61d commit c0a252e

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

src/components/BootstrapBlazor.Graph/BootstrapBlazor.Graph.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
<Using Include="Microsoft.JSInterop" />
1818
</ItemGroup>
1919

20+
<ItemGroup>
21+
<Folder Include="wwwroot\" />
22+
</ItemGroup>
23+
2024
</Project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@namespace BootstrapBlazor.Components
2+
@inherits BootstrapModuleComponentBase
3+
<h3>GraphCanvas</h3>
4+
5+
@code {
6+
7+
}

src/components/BootstrapBlazor.Graph/Components/GraphCanvas.razor.css

Whitespace-only changes.

0 commit comments

Comments
 (0)