Skip to content

Commit

Permalink
Update more references
Browse files Browse the repository at this point in the history
Are they new…??? What is happening?
  • Loading branch information
backspace committed Dec 12, 2024
1 parent 03f7742 commit ea0223d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function constructModule(input: ConstructApplicationCodeInput) {
import TextAreaField from 'https://cardstack.com/base/text-area';
import CodeRefField from 'https://cardstack.com/base/code-ref';
import { Base64ImageField } from 'https://cardstack.com/base/base64-image';
import { AppCard } from '/catalog/app-card';
import { AppCard } from '/experiments/app-card';
import {
CardDef,
field,
Expand Down
3 changes: 2 additions & 1 deletion packages/experiments-realm/garden-app.gts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-expect-error: Module '/catalog/app-card' may not be available during compilation
import { AppCard } from '/catalog/app-card';
import { AppCard } from '/experiments/app-card';
// import { Component } from 'https://cardstack.com/base/card-api';
import FlowerIcon from '@cardstack/boxel-icons/flower';

Expand Down Expand Up @@ -30,5 +30,6 @@ export class GardenAppCard extends AppCard {
*/
}
2 changes: 1 addition & 1 deletion packages/experiments-realm/work-tracker.gts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { action } from '@ember/object';
import { LooseSingleCardDocument, getCards } from '@cardstack/runtime-common';
import { restartableTask } from 'ember-concurrency';
// @ts-expect-error path resolution issue
import { AppCard } from '/catalog/app-card';
import { AppCard } from '/experiments/app-card';
import { TaskStatusField } from './productivity/task';
import { FilterDropdown } from './productivity/filter-dropdown';
import { StatusPill } from './productivity/filter-dropdown-item';
Expand Down

0 comments on commit ea0223d

Please sign in to comment.