diff --git a/collagraph/sfc/compiler.py b/collagraph/sfc/compiler.py index 6eb937f..70354ba 100644 --- a/collagraph/sfc/compiler.py +++ b/collagraph/sfc/compiler.py @@ -1,12 +1,13 @@ from __future__ import annotations import ast -from collections import defaultdict import logging +from collections import defaultdict from os import environ from pathlib import Path from collagraph import Component + from .parser import CGXParser, Node logger = logging.getLogger(__name__)