Move DListItem.astro to components/ui folder

This commit is contained in:
prototypa
2023-07-27 14:56:41 -04:00
parent 15ef9ee3e0
commit 85868395f6
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ tags:
canonical: https://astrowind.vercel.app/astrowind-template-in-depth
---
import DListItem from '../../components/widgets/DListItem.astro';
import DListItem from '../../components/ui/DListItem.astro';
import ToggleTheme from '../../components/common/ToggleTheme.astro';
## Overview