Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit b461f86

Browse files
fix(templates): Use single quotes in Angular (#137)
1 parent b60af6c commit b461f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/Angular InstantSearch/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component } from '@angular/core';
2-
import * as algoliasearch from "algoliasearch";
2+
import * as algoliasearch from 'algoliasearch';
33

44
@Component({
55
selector: 'app-root',

0 commit comments

Comments
 (0)