Remove unnecessary blank imports (#23283)

They aren't necessary after the monorepo

```release-note
NONE
```
This commit is contained in:
Agniva De Sarker 2023-05-04 19:36:41 +05:30 committed by GitHub
parent efbee8ad56
commit 76ad948b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package imports
import (
// Needed to ensure the init() method in the FocalBoard product is run.
_ "github.com/mattermost/mattermost-server/server/v8/boards/product"
)

View File

@ -1,9 +0,0 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package imports
import (
// Needed to ensure the init() method in the Playbooks product is run.
_ "github.com/mattermost/mattermost-server/server/v8/playbooks/product"
)