Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
irustm committed May 7, 2021
1 parent 4c86edf commit 6fdd8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/markdown/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Marked } from "https://jspm.dev/@ts-stack/markdown";

import { App, Controller, Get, View } from "https://raw.githubusercontent.com/alosaur/alosaur/master/alosaur_lite.ts";
import { App, Controller, Get, View } from "https://deno.land/x/alosaur_lite/dist/mod.js";
import { getHtmlPage } from "./html-page.ts";

@Controller()
Expand Down

0 comments on commit 6fdd8f4

Please sign in to comment.