mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-30 14:17:14 +00:00
feat: update eslint & prettier rules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import styles from "./HomeSidebar.module.css";
|
||||
import styles from './HomeSidebar.module.css';
|
||||
|
||||
export interface ISidebarChildVO {
|
||||
id: string;
|
||||
@@ -24,7 +24,7 @@ export class SidebarChildVO {
|
||||
export function SidebarChild({
|
||||
icon,
|
||||
name,
|
||||
isSelected
|
||||
isSelected,
|
||||
}: {
|
||||
icon: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user