Skip to content

Commit

Permalink
refactor: change directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
ochairo committed Apr 5, 2024
1 parent 00d1e94 commit 0f287f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VltComponent from "../../../packages/vanillatte-core/component";
import VltComponent from "@packages/vanillatte-core/component";

/**
* [BaseComponent] Base class for custom elements
Expand Down
2 changes: 1 addition & 1 deletion src/app/features/error/presentation/error.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import BaseComponent from "@adapters/base-component/base.component";
import BaseComponent from "@adapters/frame/vanillatte/base.component";
import style from "@error/presentation/error.component.css";
import template from "@error/presentation/error.component.html";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import BaseComponent from "@adapters/base-component/base.component";
import BaseComponent from "@adapters/frame/vanillatte/base.component";
import Router from "@adapters/router/router";
import { ShowcaseData } from "@showcase/domain/entities/showcase.entity";
import GetShowcase from "@showcase/domain/usecases/get-showcase.usecase";
Expand Down

0 comments on commit 0f287f1

Please sign in to comment.