mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-25 00:52:34 +02:00
chore: add test plan
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[
|
||||
const plans= [
|
||||
{
|
||||
"planName": "OPENSIGN™ FREE",
|
||||
"currency": "",
|
||||
@@ -68,3 +68,5 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
export default plans
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user