[WEB-5042] feat: sites vite migration (#7965)
This commit is contained in:
parent
315e1d5eb0
commit
118ecc81ba
126 changed files with 1062 additions and 739 deletions
|
|
@ -1,12 +1,11 @@
|
|||
"use client";
|
||||
|
||||
import type { ReactNode } from "react";
|
||||
import { useTheme } from "next-themes";
|
||||
// plane imports
|
||||
import { Toast } from "@plane/propel/toast";
|
||||
import { resolveGeneralTheme } from "@plane/utils";
|
||||
|
||||
export const ToastProvider = ({ children }: { children: ReactNode }) => {
|
||||
export const ToastProvider = ({ children }: { children: React.ReactNode }) => {
|
||||
// themes
|
||||
const { resolvedTheme } = useTheme();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue