chore: add test plan

This commit is contained in:
prafull-opensignlabs
2024-04-09 17:35:26 +05:30
parent d2efe88266
commit 103d32edcb
2 changed files with 4 additions and 2 deletions
@@ -1,4 +1,4 @@
[
const plans= [
{
"planName": "OPENSIGN™ FREE",
"currency": "",
@@ -68,3 +68,5 @@
]
}
]
export default plans
+1 -1
View File
@@ -1,7 +1,7 @@
import React, { useState, useEffect } from "react";
import { NavLink, useNavigate } from "react-router-dom";
import checkmark from "../assets/images/checkmark.png";
import plansArr from "../json/plansArr.json";
import plansArr from "../json/plansArr";
import Title from "../components/Title";
import Parse from "parse";
const listItemStyle = {