File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- import { useState } from "react" ;
21import { motion , AnimatePresence } from "framer-motion" ;
3- import { SnippetType } from "../types" ;
4- import { useAppContext } from "../contexts/AppContext" ;
5- import { useSnippets } from "../hooks/useSnippets" ;
2+ import { useState } from "react" ;
3+
64import { useAppContext } from "@contexts/AppContext" ;
75import { useSnippets } from "@hooks/useSnippets" ;
86import { SnippetType } from "@types" ;
Original file line number Diff line number Diff line change 1+ import { motion } from "framer-motion" ;
12import React from "react" ;
23import ReactDOM from "react-dom" ;
3- import { motion } from "framer-motion" ;
4+
45import { useEscapeKey } from "@hooks/useEscapeKey" ;
56import { SnippetType } from "@types" ;
67import { slugify } from "@utils/slugify" ;
8+
79import Button from "./Button" ;
810import CodePreview from "./CodePreview" ;
911import { CloseIcon } from "./Icons" ;
You can’t perform that action at this time.
0 commit comments