feat(Docs) Added FrontMatter and Git edit links

This commit is contained in:
2022-04-11 23:31:23 -04:00
parent ddb6318186
commit 1939bbe70a
31 changed files with 254 additions and 299 deletions
-7
View File
@@ -1,7 +0,0 @@
namespace Components.Utils;
public static class Interval {
public static string ToTime(int interval) {
return TimeSpan.FromSeconds(interval).ToString(@"mm\:ss");
}
}