mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Import dedicated styles for SWITCH page
cgen-a08bb6d40dfd4e78b4211bdb1c587d43
This commit is contained in:
parent
30468b517f
commit
7cbbb30265
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import { ControlledMonacoEditor } from "../../components/monaco/MonacoEditor";
|
import { ControlledMonacoEditor } from "../../components/monaco/MonacoEditor";
|
||||||
|
import "../../switch.scss";
|
||||||
|
|
||||||
export function SwitchPage() {
|
export function SwitchPage() {
|
||||||
const [value, setValue] = React.useState<string>(`// Welcome to SWITCH\n// Start coding, create repos and manage issues here.\n`);
|
const [value, setValue] = React.useState<string>(`// Welcome to SWITCH\n// Start coding, create repos and manage issues here.\n`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue