Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Jan 7, 2025
1 parent 4f17200 commit 2af5490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/experiments-realm/atom-examples.gts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Button } from '@cardstack/boxel-ui/components';
import { Author } from './author';
import { Pet } from './pet';
import { Country } from './country';
import { TeamMember } from './components/filter/task';
import { TeamMember } from './sprint-task';
import { Company } from './crm/company';
import { Contact } from './crm/contact';
import { ContactLinkField } from './fields/contact-link';
Expand Down
4 changes: 2 additions & 2 deletions packages/seed-realm/sprint-task.gts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import CheckboxIcon from '@cardstack/boxel-icons/checkbox';
import UsersIcon from '@cardstack/boxel-icons/users';
import UserIcon from '@cardstack/boxel-icons/user';
import Calendar from '@cardstack/boxel-icons/calendar';
import { User } from '../user';
import { Task, TaskStatusField, getDueDateStatus } from '../task';
import { User } from './user';
import { Task, TaskStatusField, getDueDateStatus } from './task';

export class Team extends CardDef {
static displayName = 'Team';
Expand Down

0 comments on commit 2af5490

Please sign in to comment.