feat: data fetching from src
This commit is contained in:
10
src/data/quotes.json
Normal file
10
src/data/quotes.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"quote": "Dude, sucking at something is the first step to being sorta good at something.",
|
||||
"author": "Jake the Dog"
|
||||
},
|
||||
{
|
||||
"quote": "Sucking at something is the first step to being sort of good at something.",
|
||||
"author": "Jake the Dog"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user