mirror of
https://github.com/makeplane/plane.git
synced 2025-12-23 07:09:34 +01:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
|
|
"use client";
|
||
|
|
|
||
|
|
import React from "react";
|
||
|
|
|
||
|
|
export const WorkspaceAppSwitcher = () => <></>;
|