mirror of
				https://github.com/MadcowD/ell.git
				synced 2024-09-22 16:14:36 +03:00 
			
		
		
		
	feat: absolute import
This commit is contained in:
		| @@ -3,8 +3,7 @@ | ||||
|       "jsx": "react", | ||||
|       "baseUrl": "src", | ||||
|       "paths": { | ||||
|         "*": ["*"], | ||||
|         "@/*": ["./*"] | ||||
|         "*": ["*"] | ||||
|       } | ||||
|     }, | ||||
|     "include": ["src"] | ||||
|   | ||||
| @@ -1,8 +1,7 @@ | ||||
| import * as React from "react" | ||||
| import { Slot } from "@radix-ui/react-slot" | ||||
| import { cva } from "class-variance-authority" | ||||
|  | ||||
| import { cn } from "../../library/utils" | ||||
| import { cn } from "library/utils" | ||||
|  | ||||
| const buttonVariants = cva( | ||||
|   "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50", | ||||
|   | ||||
| @@ -3,7 +3,7 @@ import { Link } from 'react-router-dom'; | ||||
| import { useTheme } from '../contexts/ThemeContext'; | ||||
| import { fetchLMPs, getTimeAgo, fetchTraces } from '../utils/lmpUtils'; | ||||
| import { DependencyGraph } from '../components/depgraph/DependencyGraph'; | ||||
| import { Button } from "../components/common/Button"; | ||||
| import { Button } from "components/common/Button"; | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Shelwin
					Shelwin