Skip to content

Commit

Permalink
add FRET style component
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 27, 2024
1 parent 00953c1 commit 6a23fa7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dont_fret/web/components.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

import re
from pathlib import Path
from typing import Callable, Optional, Type

import solara
Expand All @@ -10,6 +11,11 @@
import dont_fret.web.state as state


@solara.component
def FRETStyle():
solara.Style(Path(__file__).parent / "style.css")


@solara.component
def Snackbar():
bar = state.snackbar.value
Expand Down

0 comments on commit 6a23fa7

Please sign in to comment.