Skip to content

Add missing import to the TabPanel example. #39

Add missing import to the TabPanel example.

Add missing import to the TabPanel example. #39

Workflow file for this run

name: tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.1.802
- name: Test with dotnet
run: dotnet test