Skip to content

Commit

Permalink
Refactor import paths and update makeAPIRoute function
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 13, 2024
1 parent efd10f5 commit 5f62074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studiocms_dashboard/src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import Icon from '@studiocms/ui/utils/Icon.astro';
import { BaseHead } from '../components';
import SingleSidebar from './SingleSidebar.astro';
import '../styles/layout.css';
import '@studiocms/ui/css/global.css';
import '@fontsource-variable/onest/index.css';
import '../styles/layout.css';
type Props = {
title: string;
Expand Down

0 comments on commit 5f62074

Please sign in to comment.