Fix pre-render fail

This commit is contained in:
Kurt Hutten
2021-09-08 17:44:31 +10:00
parent 9ae1cd4aff
commit 3e26e3d420
7 changed files with 16 additions and 17 deletions

View File

@@ -1,12 +1,12 @@
import { Link, routes } from '@redwoodjs/router'
import Svg from 'src/components/Svg/Svg'
import { Popover } from '@headlessui/react'
import type { CadPackage } from 'src/helpers/hooks/useIdeState'
import type { CadPackageType } from 'src/components/CadPackage/CadPackage'
const menuOptions: {
name: string
sub: string
ideType: CadPackage
ideType: CadPackageType
}[] = [
{
name: 'OpenSCAD',