We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd84380 commit 43ba07dCopy full SHA for 43ba07d
site/src/components/CodeExample/index.ts
site/src/components/SignIn/CliAuthToken.tsx
@@ -2,7 +2,7 @@ import Paper from "@material-ui/core/Paper"
2
import { makeStyles } from "@material-ui/core/styles"
3
import Typography from "@material-ui/core/Typography"
4
import React from "react"
5
-import { CodeExample } from "../CodeExample"
+import { CodeExample } from "../CodeExample/CodeExample"
6
7
export interface CliAuthTokenProps {
8
sessionToken: string
0 commit comments