fix: Fixed pricing license names
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
/*
|
||||
* The hero's signature element: a fleet panel that plays one honest cycle of
|
||||
* what the product actually does a workflow runs three steps, a TLS monitor
|
||||
* fails and opens an incident, a key revocation lands then rests. It is a
|
||||
* dramatisation, not live data, so nothing here talks to an API.
|
||||
*/
|
||||
|
||||
type LogLine = { time: string; body: React.ReactNode };
|
||||
|
||||
type Beat = {
|
||||
|
||||
Reference in New Issue
Block a user