Fix remaining kebab-case imports for case-sensitive filesystems
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m58s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m58s
This commit is contained in:
parent
25728141c2
commit
bfa92f8f24
3 changed files with 4 additions and 4 deletions
|
|
@ -33,8 +33,8 @@ import { dashboard } from '@/routes';
|
|||
import { type BreadcrumbItem, type NavItem, type SharedData } from '@/types';
|
||||
import { Link, usePage } from '@inertiajs/react';
|
||||
import { BookOpen, Folder, LayoutGrid, Menu, Search } from 'lucide-react';
|
||||
import AppLogo from './app-logo';
|
||||
import AppLogoIcon from './app-logo-icon';
|
||||
import AppLogo from './AppLogo';
|
||||
import AppLogoIcon from './AppLogoIcon';
|
||||
|
||||
const mainNavItems: NavItem[] = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import AppLogoIcon from './app-logo-icon';
|
||||
import AppLogoIcon from './AppLogoIcon';
|
||||
|
||||
export default function AppLogo() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import { dashboard } from '@/routes';
|
|||
import { type NavItem } from '@/types';
|
||||
import { Link } from '@inertiajs/react';
|
||||
import { BookOpen, Folder, LayoutGrid } from 'lucide-react';
|
||||
import AppLogo from './app-logo';
|
||||
import AppLogo from './AppLogo';
|
||||
|
||||
const mainNavItems: NavItem[] = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue