-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfresh.gen.ts
73 lines (70 loc) · 2.96 KB
/
fresh.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $index from "./routes/index.tsx";
import * as $Accordion from "./islands/Accordion.tsx";
import * as $Alert from "./islands/Alert.tsx";
import * as $AspectRatio from "./islands/AspectRatio.tsx";
import * as $Avatar from "./islands/Avatar.tsx";
import * as $Checkbox from "./islands/Checkbox.tsx";
import * as $Collapsible from "./islands/Collapsible.tsx";
import * as $ContextMenu from "./islands/ContextMenu.tsx";
import * as $Dialog from "./islands/Dialog.tsx";
import * as $DropdownMenu from "./islands/DropdownMenu.tsx";
import * as $Form from "./islands/Form.tsx";
import * as $HoverCard from "./islands/HoverCard.tsx";
import * as $Label from "./islands/Label.tsx";
import * as $Menubar from "./islands/Menubar.tsx";
import * as $NavigationMenu from "./islands/NavigationMenu.tsx";
import * as $Popover from "./islands/Popover.tsx";
import * as $Progress from "./islands/Progress.tsx";
import * as $Radiogroup from "./islands/Radiogroup.tsx";
import * as $Select from "./islands/Select.tsx";
import * as $Separator from "./islands/Separator.tsx";
import * as $Slider from "./islands/Slider.tsx";
import * as $Switch from "./islands/Switch.tsx";
import * as $Tabs from "./islands/Tabs.tsx";
import * as $Toast from "./islands/Toast.tsx";
import * as $Toggle from "./islands/Toggle.tsx";
import * as $ToggleGroup from "./islands/ToggleGroup.tsx";
import * as $Toolbar from "./islands/Toolbar.tsx";
import { type Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/index.tsx": $index,
},
islands: {
"./islands/Accordion.tsx": $Accordion,
"./islands/Alert.tsx": $Alert,
"./islands/AspectRatio.tsx": $AspectRatio,
"./islands/Avatar.tsx": $Avatar,
"./islands/Checkbox.tsx": $Checkbox,
"./islands/Collapsible.tsx": $Collapsible,
"./islands/ContextMenu.tsx": $ContextMenu,
"./islands/Dialog.tsx": $Dialog,
"./islands/DropdownMenu.tsx": $DropdownMenu,
"./islands/Form.tsx": $Form,
"./islands/HoverCard.tsx": $HoverCard,
"./islands/Label.tsx": $Label,
"./islands/Menubar.tsx": $Menubar,
"./islands/NavigationMenu.tsx": $NavigationMenu,
"./islands/Popover.tsx": $Popover,
"./islands/Progress.tsx": $Progress,
"./islands/Radiogroup.tsx": $Radiogroup,
"./islands/Select.tsx": $Select,
"./islands/Separator.tsx": $Separator,
"./islands/Slider.tsx": $Slider,
"./islands/Switch.tsx": $Switch,
"./islands/Tabs.tsx": $Tabs,
"./islands/Toast.tsx": $Toast,
"./islands/Toggle.tsx": $Toggle,
"./islands/ToggleGroup.tsx": $ToggleGroup,
"./islands/Toolbar.tsx": $Toolbar,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;