We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2834aad commit 0edfa22Copy full SHA for 0edfa22
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "justd/laravel",
3
- "version": "1.4.18",
+ "version": "1.4.19",
4
"type": "project",
5
"description": "The skeleton application for the Laravel framework.",
6
"keywords": [
resources/js/components/header.tsx
@@ -1,5 +1,5 @@
import * as React from "react"
-import { Container } from "ui"
+import { Container } from "@/components/ui/container"
import { twMerge } from "tailwind-merge"
const Header = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(
0 commit comments