mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-30 15:14:19 +00:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import React from "react";
|
|
import "../../../less/documentDBFabric.less";
|
|
export default function InitFabric() {
|
|
return <></>;
|
|
}
|