Skip to content

Commit

Permalink
temp7
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Nov 9, 2023
1 parent 7e454e2 commit 129696b
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 504 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faArrowsRotate } from "@fortawesome/free-solid-svg-icons";

import { useContext } from "react";
import { ToastContext } from "../../NewToast/NewToastContext";
import { ToastContext } from "../../Toast/ToastContext";
import {
faCircleCheck,
faCircleExclamation,
Expand Down
181 changes: 0 additions & 181 deletions packages/cyberstorm/src/components/NewToast/NewToast.module.css

This file was deleted.

59 changes: 0 additions & 59 deletions packages/cyberstorm/src/components/NewToast/NewToast.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions packages/cyberstorm/src/components/NewToast/NewToastContainer.tsx

This file was deleted.

98 changes: 0 additions & 98 deletions packages/cyberstorm/src/components/NewToast/NewToastContext.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cyberstorm/src/components/Providers.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";
import * as RadixTooltip from "@radix-ui/react-tooltip";
import { ReactNode } from "react";
import { ToastProvider } from "./NewToast/NewToastContext";
import { ToastProvider } from "./Toast/ToastContext";

interface CyberstormProvidersProps {
children: ReactNode | ReactNode[];
Expand Down
Loading

0 comments on commit 129696b

Please sign in to comment.