style: format ts file with prettier
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user