feat: added a bunch of stuff

This commit is contained in:
Nick 2024-11-30 04:32:00 -06:00
parent 2a0b5f25ca
commit 16cc054355
52 changed files with 252 additions and 38 deletions

View file

@ -9,6 +9,7 @@ import Element.Border as D
import Element.Font as F
import Html
import Html.Attributes as H exposing (style)
import Interviews.Episodes.DrShawnBakerPodcast exposing (drShawnBakerPodcast)
import Interviews.Episodes.FitAndFurious exposing (fitAndFurious)
import Interviews.Episodes.FoolproofMastery exposing (foolproofMastery)
import Interviews.Episodes.KetogeeksPodcast exposing (ketoGeeksPodcast)
@ -113,4 +114,5 @@ interviewList =
, muscleMemoirsPodcast
, fitAndFurious
, strenuousLifePodcast
, drShawnBakerPodcast
]