Skip to content

Commit

Permalink
chore: Refactor dashboard header to func component (apache#31029)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Nov 22, 2024
1 parent 832fed1 commit f8adaf6
Show file tree
Hide file tree
Showing 4 changed files with 846 additions and 848 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { Global } from '@emotion/react';
import { useDispatch, useSelector } from 'react-redux';
import ErrorBoundary from 'src/components/ErrorBoundary';
import BuilderComponentPane from 'src/dashboard/components/BuilderComponentPane';
import DashboardHeader from 'src/dashboard/containers/DashboardHeader';
import DashboardHeader from 'src/dashboard/components/Header';
import Icons from 'src/components/Icons';
import IconButton from 'src/dashboard/components/IconButton';
import { Droppable } from 'src/dashboard/components/dnd/DragDroppable';
Expand Down
Loading

0 comments on commit f8adaf6

Please sign in to comment.