File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import { useState } from "react" ;
2
1
import { 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
+
6
4
import { useAppContext } from "@contexts/AppContext" ;
7
5
import { useSnippets } from "@hooks/useSnippets" ;
8
6
import { SnippetType } from "@types" ;
Original file line number Diff line number Diff line change
1
+ import { motion } from "framer-motion" ;
1
2
import React from "react" ;
2
3
import ReactDOM from "react-dom" ;
3
- import { motion } from "framer-motion" ;
4
+
4
5
import { useEscapeKey } from "@hooks/useEscapeKey" ;
5
6
import { SnippetType } from "@types" ;
6
7
import { slugify } from "@utils/slugify" ;
8
+
7
9
import Button from "./Button" ;
8
10
import CodePreview from "./CodePreview" ;
9
11
import { CloseIcon } from "./Icons" ;
You can’t perform that action at this time.
0 commit comments