Skip to content

Commit

Permalink
tech:migrate learner component to gjs
Browse files Browse the repository at this point in the history
  • Loading branch information
machestla committed Dec 17, 2024
1 parent 393fa69 commit 89c47bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 11 additions & 0 deletions orga/app/components/learner/header.gjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<template>
<header class="learner-header">
<div class="learner-header__breadcrumb">
{{yield to="breadcrumb"}}
</div>
<div class="learner-header__informations-line">
<h1 class="learner-header__title">{{yield to="title"}}</h1>
{{yield to="info"}}
</div>
</header>
</template>
9 changes: 0 additions & 9 deletions orga/app/components/learner/header.hbs

This file was deleted.

0 comments on commit 89c47bb

Please sign in to comment.