Remove unnecessary blank imports (round 2) (#23310)

I mistakenly assumed that those packages are naturally imported.

And also atleast one test would have broken.

None of them are true. :)

So we just import it again at a better place

This reverts commit 30a053314b.

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-05-05 19:44:02 +05:30
коммит произвёл GitHub
родитель 2d61ec0b1d
Коммит 9f1796f98b
3 изменённых файлов: 4 добавлений и 18 удалений

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

@@ -14,6 +14,10 @@ import (
// Enterprise Imports
_ "github.com/mattermost/mattermost-server/server/v8/channels/imports"
// Blank imports for each product to register themselves
_ "github.com/mattermost/mattermost-server/server/v8/boards/product"
_ "github.com/mattermost/mattermost-server/server/v8/playbooks/product"
)
func main() {