noahsettersten commited on
Commit
55f4f6f
1 Parent(s): 74f20ff

docs: Add a @moduledoc to the `Storybook` module

Browse files
lib/medical_transcription_web/storybook.ex CHANGED
@@ -1,4 +1,8 @@
1
  defmodule MedicalTranscriptionWeb.Storybook do
 
 
 
 
2
  use PhoenixStorybook,
3
  otp_app: :medical_transcription_web,
4
  content_path: Path.expand("../../storybook", __DIR__),
 
1
  defmodule MedicalTranscriptionWeb.Storybook do
2
+ @moduledoc """
3
+ Sets up Phoenix Storybook for use within the app.
4
+ """
5
+
6
  use PhoenixStorybook,
7
  otp_app: :medical_transcription_web,
8
  content_path: Path.expand("../../storybook", __DIR__),