Skip to content

Instantly share code, notes, and snippets.

View shunkakinoki's full-sized avatar
🍅
(๑✧∀✧๑)

Shun Kakinoki shunkakinoki

🍅
(๑✧∀✧๑)
View GitHub Profile
import React from "react";
import ReactDOM from "react-dom";
import { ChakraProvider, DarkMode, Button, LightMode } from "@chakra-ui/react";
import type { ApplicationProps } from "../../shell/src/types";
import { CacheProvider } from "@emotion/react";
import createCache from "@emotion/cache";
function Root(props: ApplicationProps) {
return (
<>