Skip to content

Commit

Permalink
refactor: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jan 26, 2024
1 parent 95ac2e4 commit 5f1805a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/features/project/project-form-cfg.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
} from '../config/global-config.model';
import { T } from '../../t.const';
import { Project } from './project.model';
import { nanoid } from 'nanoid';

export const BASIC_PROJECT_CONFIG_FORM_CONFIG: ConfigFormSection<Project> = {
title: T.F.PROJECT.FORM_BASIC.TITLE,
Expand Down

0 comments on commit 5f1805a

Please sign in to comment.