Remove unnecessary blank imports (#23283)

They aren't necessary after the monorepo

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-05-04 19:36:41 +05:30
коммит произвёл GitHub
родитель efbee8ad56
Коммит 76ad948b80
2 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@@ -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"
)

Просмотреть файл

@@ -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"
)