Add tests for various user profile setups to sidebar (#212)

* Add tests for various user profile setups to sidebar

* Don't show empty user image if it isn't there

* @adamchalmer review
This commit is contained in:
Frank Noirot
2023-08-01 13:23:17 -04:00
committed by GitHub
parent 7408ba50dd
commit aabb88ee45
4 changed files with 116 additions and 21 deletions

View File

@ -1,4 +1,4 @@
import create from 'zustand'
import { create } from 'zustand'
import { persist } from 'zustand/middleware'
import { addLineHighlight, EditorView } from './editor/highlightextension'
import { abstractSyntaxTree } from './lang/abstractSyntaxTree'