mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 05:45:04 +00:00
7 lines
206 B
TypeScript
7 lines
206 B
TypeScript
import React from "react";
|
|
|
|
export const NoStatusesMessage: React.FC = () => (
|
|
<div className="setting-item-description">
|
|
No statuses available. Enable templates or add custom statuses first.
|
|
</div>
|
|
);
|