made a small prototype with a navbar
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// talks to the DB itself
|
||||
// TODO: mock for now!
|
||||
|
||||
class QuoteRepository {
|
||||
final String _dbBaseUrl = 'https://hlaskovnik-reimagined-latest.onrender.com';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user