diff --git a/Kanban/Client/App.razor b/Kanban/Client/App.razor
deleted file mode 100644
index 6fd3ed1..0000000
--- a/Kanban/Client/App.razor
+++ /dev/null
@@ -1,12 +0,0 @@
- Sorry, there's nothing at this address.
| Default Dialog | -Custom Fields | -Dialog Template | -|
| Preven tDialog | -Kanban Tooltip | -Maximum Card Limit | -RTL | -
| Header | -Tag | -Left Border Color | -
| Custom Class | -Templates | -Multiple Selection | -
| Single Key Mapping | -Multi Key Mapping | -Header Template | -
| Toggle Columns | -Initial Collapsed Column | -Stacked Headers | -
| Local Data | - @*Expando Object | *@ -Dynamic Object | -
| Observable Collection | -OData Services | -OData v4Services | -
| WebAPI | -Enable DataManager | -Send AdditionalParameter | -
| Change Query Parameter | -Complex DataBinding | -
| Auto Height and Width | -Height and Width In Pixel | -Height and Width In Percentage | -
| Column Drag and Drop | -Swimlane Drag and Drop | -Drag Kanban to Kanban | -
This component demonstrates fetching data from the server.
- -@if (forecasts == null) -{ -Loading...
-} -else -{ -| Date | -Temp. (C) | -Temp. (F) | -Summary | -
|---|---|---|---|
| @forecast.Date.ToShortDateString() | -@forecast.TemperatureC | -@forecast.TemperatureF | -@forecast.Summary | -
| DataSource Order | -Index Sort | -Custom Sort | -Change Direction | -
| Render Swimlane Row | -Custom Row Text | -Templates | -|
| Sort | -Custom Order | -Card Count | -Frozen Rows | -
| Prevent Transition Across Columns | -Prevent Drop Actions | -Prevent Drag Actions | -