fix: revert

This commit is contained in:
karishmas6
2024-08-09 09:33:05 +05:30
parent 3efeed61ba
commit 28fc1486db

View File

@@ -1,6 +1,6 @@
import React, { createContext, useContext, useState } from 'react';
interface TextStep {
export interface TextStep {
id: number;
type: 'text';
label: string;