mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:21:23 +00:00
chore(format)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { attachFooterText } from "./common.js";
|
||||
import type {
|
||||
Action,
|
||||
CardAction,
|
||||
@@ -11,6 +10,7 @@ import type {
|
||||
FlexText,
|
||||
ListItem,
|
||||
} from "./types.js";
|
||||
import { attachFooterText } from "./common.js";
|
||||
|
||||
/**
|
||||
* Create an info card with title, body, and optional footer
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { attachFooterText } from "./common.js";
|
||||
import type { Action, FlexBox, FlexBubble, FlexComponent, FlexText } from "./types.js";
|
||||
import { attachFooterText } from "./common.js";
|
||||
|
||||
function buildTitleSubtitleHeader(params: { title: string; subtitle?: string }): FlexComponent[] {
|
||||
const { title, subtitle } = params;
|
||||
|
||||
Reference in New Issue
Block a user