fix: product tour modal bugs (#2657)
* fix: product tour * style: product tour navigation buttons * refactor: step logic
This commit is contained in:
parent
14ac885e55
commit
bf48d93a25
5 changed files with 34 additions and 24 deletions
|
|
@ -2,7 +2,7 @@ import { ReactElement } from "react";
|
|||
// layouts
|
||||
import { AppLayout } from "layouts/app-layout";
|
||||
// components
|
||||
import { WorkspaceDashboardView } from "components/views";
|
||||
import { WorkspaceDashboardView } from "components/page-views";
|
||||
import { WorkspaceDashboardHeader } from "components/headers/workspace-dashboard";
|
||||
// types
|
||||
import { NextPageWithLayout } from "types/app";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue