Skip to content

Commit 0edfa22

Browse files
committed
fix header
1 parent 2834aad commit 0edfa22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "justd/laravel",
3-
"version": "1.4.18",
3+
"version": "1.4.19",
44
"type": "project",
55
"description": "The skeleton application for the Laravel framework.",
66
"keywords": [

resources/js/components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from "react"
2-
import { Container } from "ui"
2+
import { Container } from "@/components/ui/container"
33
import { twMerge } from "tailwind-merge"
44

55
const Header = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(

0 commit comments

Comments
 (0)