feat(SW-713): update folder structure

This commit is contained in:
Fredrik Thorsson
2024-10-29 13:54:57 +01:00
parent 4269b23dc0
commit cddbbabe93
7 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { env } from "@/env/server"
import { serverClient } from "@/lib/trpc/server"
import AccordionSection from "@/components/Blocks/Accordion"
import SidePeekProvider from "@/components/SidePeekProvider"
import SidePeekProvider from "@/components/SidePeeks/SidePeekProvider"
import Alert from "@/components/TempDesignSystem/Alert"
import SidePeek from "@/components/TempDesignSystem/SidePeek"
import { getIntl } from "@/i18n"