1
2
3
4
5
6
7
8
// Copyright 2021 - 2021, Rupansh Sekar and the Kilogramme (TBD) contributors
// SPDX-License-Identifier: MPL-2.0
use reusable_fmt::fmt_reuse;

fmt_reuse! {
    NOTE_SUCCESS = "`Added note \"{}\" succesfully!`";
    NOTE_DEL_SUCCESS = "`Deleted note \"{}\" succesfully`";
}