fix: revert
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import React, { createContext, useContext, useState } from 'react';
|
import React, { createContext, useContext, useState } from 'react';
|
||||||
|
|
||||||
interface TextStep {
|
export interface TextStep {
|
||||||
id: number;
|
id: number;
|
||||||
type: 'text';
|
type: 'text';
|
||||||
label: string;
|
label: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user