🐛 Fjernet ubrukt import av kommentartekstfelt
This commit is contained in:
parent
518d1214f5
commit
47434c80d9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import FeilkortHeader from "./FeilkortHeader"
|
||||||
import { useState } from "react"
|
import { useState } from "react"
|
||||||
import Skillelinje from "./Skillelinje"
|
import Skillelinje from "./Skillelinje"
|
||||||
import axios from "axios"
|
import axios from "axios"
|
||||||
import { Kommentar, KommentarTekstfelt } from "./Kommentar"
|
import { Kommentar } from "./Kommentar"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue