mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 05:21:14 +02:00
* [WEB-5473] fix: source map errors * [WEB-5473] chore: run codemod * fix: build errors in editor --------- Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
import React from "react";
|
|
|
|
export function WorkspaceAppSwitcher() {
|
|
return <></>;
|
|
}
|