diff --git a/src/template/Header/containers/index.tsx b/src/template/Header/containers/index.tsx index 2eba91d..f389b01 100644 --- a/src/template/Header/containers/index.tsx +++ b/src/template/Header/containers/index.tsx @@ -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,