# Heisen
#manus/teikneserie
```mermaid
flowchart TB
%% Panel 1
subgraph Panel1 [ ]
direction TB
A1[🧔♂️]
B1["Har du høyrd om heisen som var så god lagspelar?"]
B1 --> A1
end
%% Panel 2
subgraph Panel2 [ ]
direction TB
A2[👩🦰]
B2["Koss då?"]
B2 --> A2
end
%% Panel 3
subgraph Panel3 [ ]
direction TB
A3[🧔♂️]
B3["Han var så flink til å løfte andre opp."]
B3 --> A3
end
%% Force panel order
Panel1 --> Panel2 --> Panel3
```
s