Commit 1a7eb52d authored by Andrew Oh's avatar Andrew Oh
Browse files

import dialog fix

No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
import React from "react";
import { Dialog, DialogContent } from "@clutch-sh/core";
import { Grid, IconButton } from "@material-ui/core";
import LaunchIcon from "@material-ui/icons/Launch";
import { Alert } from "@material-ui/lab";
import { Dialog, DialogContent } from "../dialog";
export interface BaseWorkflowProps {
heading: string;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment