style: format ts file with prettier

This commit is contained in:
Tristan Yang
2023-05-19 17:28:15 +08:00
parent 5bd0183651
commit 54f995803a
70 changed files with 1021 additions and 777 deletions
+2 -2
View File
@@ -1,5 +1,6 @@
// import { useState } from "react";
import { t } from 'i18next';
import { t } from "i18next";
// `name` for in-code usage, `label` for display
export interface Step {
name: string;
@@ -36,5 +37,4 @@ const steps: Step[] = [
}
];
export default steps;