import { FC } from "react"; export const MDSkeletonLoader: FC = () => { const tragedy = [ "Did you ever hear the tragedy of Darth Plagueis the Wise?", "No.", "I thought not. It's not a story the Jedi would tell you. It's a Sith legend. Darth Plagueis... was a Dark Lord of the Sith so powerful and so wise, he could use the Force to influence the midi-chlorians... to create... life. He had such a knowledge of the dark side, he could even keep the ones he cared about... from dying.", "He could actually... save people from death?", "The dark side of the Force is a pathway to many abilities... some consider to be unnatural.", "Wh– What happened to him?", "He became so powerful, the only thing he was afraid of was... losing his power. Which eventually, of course, he did. Unfortunately, he taught his apprentice everything he knew. Then his apprentice killed him in his sleep. It's ironic. He could save others from death, but not himself.", "Is it possible to learn this power?", "Not from a Jedi.", ]; const bucket = [ "Dear God", "Theres more", "No!", "It contains, a bucket!", ]; const indentation = ["ml-0", "ml-6", "ml-12"]; return ( <>

Do It

Kill him. Kill him now.

{tragedy.map((t) => (

{t}

))}

Hey man I heard you like memes

I'll be honest, I'm just kind of phoning it in down here. The other memes came to mind really easily, but I could think of anything for down here. Ooh look, lorem ipsum!

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Exercitationem fugiat sed odit sunt ex ab maxime qui animi optio! Rem itaque nesciunt beatae voluptas facilis optio natus culpa. Corrupti, error.

This is a bucket

//
// Wrangling Cats... //
); };