Reverting unwanted changes

This commit is contained in:
Bala Lakshmi Narayanasami
2022-05-09 19:08:26 +05:30
parent e3ef515d8b
commit 7bc78f126b
2 changed files with 11 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { DirectionalHint, Icon, IIconStyles, Stack, Text, TooltipHost } from "@fluentui/react";
import * as React from "react"; import * as React from "react";
import { Stack, Text, IIconStyles, Icon, TooltipHost, DirectionalHint } from "@fluentui/react";
import { toolTipLabelStackTokens } from "../SettingsRenderUtils"; import { toolTipLabelStackTokens } from "../SettingsRenderUtils";
export interface ToolTipLabelComponentProps { export interface ToolTipLabelComponentProps {

View File

@@ -1,14 +1,12 @@
<!DOCTYPE html public "-//W3C//DTD HTML 4.0//en"> <!DOCTYPE html public "-//W3C//DTD HTML 4.0//en">
<html lang="en"> <html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex, nofollow" />
<title>Azure Cosmos DB</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<head> <body></body>
<meta charset="UTF-8" /> </html>
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex, nofollow" />
<title>Azure Cosmos DB</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body></body>
</html>