fix(workspace): not import actions contianer to folder containers in header

This commit is contained in:
Henrique Santos Santana 2023-01-12 15:18:26 -03:00
parent adc50ceeed
commit 80a9bc862b

View File

@ -1,11 +1,9 @@
import { Actions } from './__Actions'
import { Bottom } from './_Bottom'
import { Search } from './_Search'
import { Top } from './_Top'
function Containers() {
return {
Actions,
Bottom,
Search,
Top,