wip(dev): Refactoring navigation
This commit is contained in:
parent
264e7a0b9d
commit
244f4524c4
20 changed files with 362 additions and 265 deletions
6
sites/dev/components/feeds.mjs
Normal file
6
sites/dev/components/feeds.mjs
Normal file
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* Placeholder feeds component that does nothing
|
||||
* but allows us to re-use code that expects this
|
||||
* to be here
|
||||
*/
|
||||
export const Feeds = () => null
|
Loading…
Add table
Add a link
Reference in a new issue