diff --git a/apps/web/client/src/app/projects/_components/select-presentation.tsx b/apps/web/client/src/app/projects/_components/select-presentation.tsx index c202357ab3..c330a2b5ed 100644 --- a/apps/web/client/src/app/projects/_components/select-presentation.tsx +++ b/apps/web/client/src/app/projects/_components/select-presentation.tsx @@ -1,19 +1,19 @@ 'use client'; import { useEffect, useMemo, useRef, useState } from 'react'; -import { Carousel } from './carousel'; import { AnimatePresence, motion } from 'motion/react'; import type { Project } from '@onlook/models'; import { Button } from '@onlook/ui/button'; import { Icons } from '@onlook/ui/icons'; -import { Templates } from './templates'; -import { TemplateModalPresentation } from './templates/template-modal-presentation'; +import { Carousel } from './carousel'; import { HighlightText } from './select/highlight-text'; import { MasonryLayout } from './select/masonry-layout'; import { ProjectCardPresentation } from './select/project-card-presentation'; import { SquareProjectCardPresentation } from './select/square-project-card-presentation'; +import { Templates } from './templates'; +import { TemplateModalPresentation } from './templates/template-modal-presentation'; interface SelectProjectPresentationProps { /** All projects including templates */ @@ -230,11 +230,7 @@ export const SelectProjectPresentation = ({ Create a new project to get started