Skip to content

Commit

Permalink
/courses/:course_id/booksを非Vue化したためファイルを削除した
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-24 committed Nov 17, 2024
1 parent d4051f6 commit e611be3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 103 deletions.
101 changes: 0 additions & 101 deletions app/javascript/components/course-books.vue

This file was deleted.

2 changes: 0 additions & 2 deletions app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ import QuestionAnswers from '../components/question-answers.vue'
import SadReports from '../components/sad_reports.vue'
import UserProducts from '../components/user-products.vue'
import ActionCompletedButton from '../components/action-completed-button.vue'
import CourseBooks from '../components/course-books.vue'

import '../stylesheets/application'

Expand All @@ -84,7 +83,6 @@ mounter.addComponent(QuestionAnswers)
mounter.addComponent(SadReports)
mounter.addComponent(UserProducts)
mounter.addComponent(ActionCompletedButton)
mounter.addComponent(CourseBooks)
mounter.mount()

// Support component names relative to this directory:
Expand Down

0 comments on commit e611be3

Please sign in to comment.