summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/context_common.go
blob: 9425280a493847a1a6b0b3e54c221748a2e8d190 (plain)
1
2
3
4
5
6
7
8
9
10
11
package context

import (
	"github.com/jesseduffield/lazygit/pkg/common"
	"github.com/jesseduffield/lazygit/pkg/gui/types"
)

type ContextCommon struct {
	*common.Common
	types.IGuiCommon
}