diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index ce3696d..1591189 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -3,9 +3,8 @@ "", "\\src", "\\src\\app", - "\\src\\app\\boards", - "\\src\\app\\boards\\send-post" + "\\src\\app\\about" ], - "SelectedNode": "\\src\\app\\boards\\boards.component.html", + "SelectedNode": "\\src\\app\\about\\about.component.ts", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index caae45e..a1a94e6 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/src/app/about/about.component.ts b/src/app/about/about.component.ts index c4825c3..eff8203 100644 --- a/src/app/about/about.component.ts +++ b/src/app/about/about.component.ts @@ -3,7 +3,7 @@ import { ApiChatService } from '../api-chat.service'; @Component({ selector: 'app-about', - template: `` }) export class AboutComponent implements OnInit {