mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: 引入tailwind css & 后端部分非公共包位置调整
This commit is contained in:
		@@ -2,7 +2,6 @@ package api
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"mayfly-go/internal/common/consts"
 | 
			
		||||
	"mayfly-go/internal/flow/api/form"
 | 
			
		||||
	"mayfly-go/internal/flow/api/vo"
 | 
			
		||||
	"mayfly-go/internal/flow/application"
 | 
			
		||||
@@ -10,6 +9,7 @@ import (
 | 
			
		||||
	"mayfly-go/internal/flow/domain/entity"
 | 
			
		||||
	"mayfly-go/internal/flow/domain/repository"
 | 
			
		||||
	"mayfly-go/internal/flow/imsg"
 | 
			
		||||
	"mayfly-go/internal/pkg/consts"
 | 
			
		||||
	"mayfly-go/pkg/biz"
 | 
			
		||||
	"mayfly-go/pkg/req"
 | 
			
		||||
	"mayfly-go/pkg/utils/collx"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user