@sanity/dashboard
6.0.146.0.15
dist/index.js~
dist/index.jsModified+3−1
Index: package/dist/index.js
===================================================================
--- package/dist/index.js
+++ package/dist/index.js
@@ -1,10 +1,12 @@
+import "@sanity/ui/styles.css";
import { createContext, useContext, useEffect, useState } from "react";
import { c } from "react/compiler-runtime";
-import { Box, Button, Card, Code, Container, Flex, Grid, Heading, Label, Spinner, Stack, Text, rem } from "@sanity/ui";
+import { Box, Button, Card, Container, Flex, Grid, Heading, Label, Spinner, Stack, Text, rem } from "@sanity/ui";
import { getTheme_v2 } from "@sanity/ui/theme";
import { css, styled } from "styled-components";
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
+import { Code } from "@sanity/ui/code";
import { from } from "rxjs";
import { UserAvatar, definePlugin, useClient, useListFormat, useUserStore } from "sanity";
import { map, switchMap } from "rxjs/operators";
import { RobotIcon } from "@sanity/icons/Robot";