File size: 364 Bytes
69739b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
defmodule MedicalTranscriptionWeb.Storybook.CodeDisplay do
  use PhoenixStorybook.Story, :component

  def function, do: &MedicalTranscriptionWeb.Components.code_display/1

  def variations do
    [
      %Variation{
        id: :default,
        attributes: %{
          code: "74685",
          label: "Coronary artery anomaly"
        }
      }
    ]
  end
end