fastn icon indicating copy to clipboard operation
fastn copied to clipboard

conflict with module name and component name

Open amitu opened this issue 1 year ago • 0 comments

The following does not compile:

-- import: ui.fifthtry.com/components/page

-- component page:

-- page.page:

-- ds.heading-large: Sites Dashboard

-- end: page.page

-- end: page

Following does:

-- import: ui.fifthtry.com/components/page as p

-- component page:

-- p.page:

-- ds.heading-large: Sites Dashboard

-- end: p.page

-- end: page

amitu avatar Jan 04 '24 11:01 amitu