1
0
Fork 0

feat: Implemented first version of all editor views

This commit is contained in:
joostdecock 2025-03-02 17:25:37 +01:00
parent a6865e9c8f
commit 223885cdd7
19 changed files with 331 additions and 90 deletions

View file

@ -0,0 +1,6 @@
import React from 'react'
/*
* Sometimes, you just want a component that does nothing
*/
export const Null = () => null